#43E1D9

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

Shades of Turquoise #43E1D9

Tints of Turquoise #43E1D9

Color information

#43E1D9 (or 0x43E1D9) is unknown color: approx Turquoise. HEX triplet: 43, E1 and D9. RGB value is (67,225,217). Sum of RGB (Red+Green+Blue) = 67+225+217=509 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.16% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 217 (85.16% from 255 or 42.63% from 509); Max value from RGB is 225 - color contains mainly: green. Hex color #43E1D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43E1D9 is #BC1E26. Grayscale: #B0B0B0. Windows color (decimal): -12328487 or 14278979. OLE color: 14278979.

HSL color Cylindrical-coordinate representation of color #43E1D9: hue angle of 176.96º 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 #43E1D9 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB67225217-
CMYK0.7000.040.12
HSL176.96º72.48%57.25%-
HSV(B)176.96º70.22%88.24%-
XYZ41.7660.0575.04-
YUV176.85150.6549.65-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 13.16%
GREEN value IS 225 (88.28% from 255) = 44.20%
BLUE value IS 217 (85.16% from 255) = 42.63%
R=13.16%
G=44.20%
B=42.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal672252170.7000.040.12176.9672.4857.25
Hex43E1D94604Cb14839
Octal103341331106041426111071
Binary10000111110000111011001100011001001100101100011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43E1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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