#43E0D9

Color #43E0D9 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #43E0D9

Tints of Turquoise #43E0D9

Color information

#43E0D9 (or 0x43E0D9) is unknown color: approx Turquoise. HEX triplet: 43, E0 and D9. RGB value is (67,224,217). Sum of RGB (Red+Green+Blue) = 67+224+217=508 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.19% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 217 (85.16% from 255 or 42.72% from 508); Max value from RGB is 224 - color contains mainly: green. Hex color #43E0D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43E0D9 is #BC1F26. Grayscale: #B0B0B0. Windows color (decimal): -12328743 or 14278723. OLE color: 14278723.

HSL color Cylindrical-coordinate representation of color #43E0D9: hue angle of 177.32º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43E0D9 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB67224217-
CMYK0.7000.030.12
HSL177.32º71.69%57.06%-
HSV(B)177.32º70.09%87.84%-
XYZ41.4959.5174.95-
YUV176.26150.9950.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 13.19%
GREEN value IS 224 (87.89% from 255) = 44.09%
BLUE value IS 217 (85.16% from 255) = 42.72%
R=13.19%
G=44.09%
B=42.72%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal672242170.7000.030.12177.3271.6957.06
Hex43E0D94603Cb14839
Octal103340331106031426111071
Binary1000011111000001101100110001100111100101100011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43E0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43E0D9; }

 p { color: rgb(67,224,217); }

 H1.HeaderClassName
 {
   color: #43E0D9;
 }
 .AnyTagClassName
 {
   color: #43E0D9;
 }
</style>
background-color css

<style>
 a { background-color: #43E0D9; }

 a { background-color: rgb(67,224,217); }

 div.DivClassName
 {
   background-color: #43E0D9;
 }
 .BgClassName
 {
   background-color: #43E0D9;
 }
</style>
border-color css

<style>
 span { border-color: #43E0D9; }

 span { border-color: rgb(67,224,217); }

 td.TdClassName
 {
   border-color: #43E0D9;
 }
 .TagClassName
 {
   border-color: #43E0D9;
 }
</style>