#29E8D9

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

Shades of Turquoise #29E8D9

Tints of Turquoise #29E8D9

Color information

#29E8D9 (or 0x29E8D9) is unknown color: approx Turquoise. HEX triplet: 29, E8 and D9. RGB value is (41,232,217). Sum of RGB (Red+Green+Blue) = 41+232+217=490 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.37% from 490); Green value is 232 (91.02% from 255 or 47.35% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 232 - color contains mainly: green. Hex color #29E8D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29E8D9 is #D61726. Grayscale: #ADADAD. Windows color (decimal): -14030631 or 14280745. OLE color: 14280745.

HSL color Cylindrical-coordinate representation of color #29E8D9: hue angle of 175.29º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E8D9 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB41232217-
CMYK0.8200.060.09
HSL175.29º80.59%53.53%-
HSV(B)175.29º82.33%90.98%-
XYZ42.363.1975.61-
YUV173.18152.7233.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.37%
GREEN value IS 232 (91.02% from 255) = 47.35%
BLUE value IS 217 (85.16% from 255) = 44.29%
R=8.37%
G=47.35%
B=44.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal412322170.8200.060.09175.2980.5953.53
Hex29E8D952069af5136
Octal51350331122061125712166
Binary1010011110100011011001101001001101001101011111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29E8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29E8D9; }

 p { color: rgb(41,232,217); }

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

<style>
 a { background-color: #29E8D9; }

 a { background-color: rgb(41,232,217); }

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

<style>
 span { border-color: #29E8D9; }

 span { border-color: rgb(41,232,217); }

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