COLOR #43C5DA

HEX: #43C5DA RGB: (67,197,218)

Color info

#43C5DA contains mainly green and blue colors. Web safe color of #43C5DA is #33CCCC (or #3CC).

RGB color model

#43C5DA color RGB value is (67,197,218).

RGB: (67,197,218) (26%, 77%, 85%)

RGB channels and saturation

R 67 of 255 = 26%
G 197 of 255 = 77%
B 218 of 255 = 85%

67
197
218

R + G + B ~ 63%. #43C5DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 67 + 197 + 218 = 482 (100%)
R 67 of 482 ~ 13.9%
G 197 of 482 ~ 40.87%
B 218 of 482 ~ 45.23'%

%13.9
%40.87
%45.23

CMYK color model

#43C5DA color CMYK value is (69,10,0,15).

  • cyan value is 69.27%
  • magenta value is 9.63%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (69,10,0,15)
C69M10Y0K15 (69%, 10%, 0%, 15%)
(0.69 / 0.10 / 0.00 / 0.15)

CMYK percentages

%69.27
%9.63
%0
%14.51

Codes

Color #43C5DA in popluar color models

43 C5 DA
RGB 67 197 218
HSL 188° 67.11% 55.88%
HSB/HSV 188° 69.27% 85.49%
CMYK 69.27% 9.63% 0.00%
14.51%

Color #43C5DA in popluar number systems.

HEX 43 C5 DA
Decimal 67 197 218
Binary 1000011 11000101 11011010
Octal 103 305 332

Shades and tints

Shades of #43C5DA

#43C5DA
(67,197,218)
#3DB4C7
(61,180,199)
#37A3B4
(55,163,180)
#3192A1
(49,146,161)
#2B818E
(43,129,142)
#25707B
(37,112,123)
#1F5F68
(31,95,104)
#194E55
(25,78,85)
#133D42
(19,61,66)
#0D2C2F
(13,44,47)
#071B1C
(7,27,28)
#000000
(0,0,0)

Tints of #43C5DA

#43C5DA
(67,197,218)
#54CADD
(84,202,221)
#65CFE0
(101,207,224)
#76D4E3
(118,212,227)
#87D9E6
(135,217,230)
#98DEE9
(152,222,233)
#A9E3EC
(169,227,236)
#BAE8EF
(186,232,239)
#CBEDF2
(203,237,242)
#DCF2F5
(220,242,245)
#EDF7F8
(237,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #43C5DA color. Also use rgb(67,197,218) instead hex code.

Text Font Color

.myTextColor { color: #43C5DA; }

<p style="color:#43C5DA">This sample text font color is #43C5DA.</p>

This text font color is #43C5DA.

Background Color

.myBgColor { background-color: #43C5DA; }

<div style="background-color:#43C5DA">Inner text</div>

This div background color is #43C5DA.

Border color

.myBorderColor { border: 1px solid #43C5DA; }

<div style="border:3px solid #43C5DA">Div</div>

This div border color is #43C5DA.

Opacity

.myOpacity80 { color: #43C5DA; opacity: 0.8; }

<p style="color:#43C5DA;opacity:0.8;">80%</p>

Text with #43C5DA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #43C5DA;}

<p style="text-shadow: 3px 3px 1px #43C5DA">Text here.</p>

This text has shadow with #43C5DA color.


.textShadow {text-shadow: 3px 3px 1px #43C5DA', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #43C5DA, 5px 5px 20px red">Text here.</p>

This text has shadow with #43C5DA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#43C5DA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#43C5DA, Direction=45, Strength=4)">Text</p>

This text has shadow with #43C5DA and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #43C5DA;
-webkit-box-shadow: 1px 1px 3px 2px #43C5DA;
box-shadow: 1px 1px 3px 2px #43C5DA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #43C5DA; -webkit-box-shadow: 1px 1px 3px 2px #43C5DA; box-shadow:1px 1px 3px 2px #43C5DA;">
Div content here
</div>

This div box has shadow with color #43C5DA.

Preview

Color preview on black background

This text has color #43C5DA on black background.


Color preview on white background

This text has color #43C5DA on white background.


Black color preview on #43C5DA background

This text has black color on #43C5DA background.


White color preview on #43C5DA background

This text has white color on #43C5DA background.


Related colors

Complementary color

Complementary color for #hex is #BC3A25.


I love getcolorcode.com

Triadic colors

1 #DA43C5 and #C5DA43 with #43C5DA are triadic colors.

2 #DAC543 and #C543DA with #43C5DA are triadic colors.