#29D9E8

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

Shades of Turquoise #29D9E8

Tints of Turquoise #29D9E8

Color information

#29D9E8 (or 0x29D9E8) is unknown color: approx Turquoise. HEX triplet: 29, D9 and E8. RGB value is (41,217,232). Sum of RGB (Red+Green+Blue) = 41+217+232=490 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.37% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 232 (91.02% from 255 or 47.35% from 490); Max value from RGB is 232 - color contains mainly: blue. Hex color #29D9E8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29D9E8 is #D62617. Grayscale: #A5A5A5. Windows color (decimal): -14034456 or 15259945. OLE color: 15259945.

HSL color Cylindrical-coordinate representation of color #29D9E8: hue angle of 184.71º 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 #29D9E8 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB41217232-
CMYK0.820.0600.09
HSL184.71º80.59%53.53%-
HSV(B)184.71º82.33%90.98%-
XYZ40.2955.9285.01-
YUV166.09165.1938.78-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal412172320.820.0600.09184.7180.5953.53
Hex29D9E852609b95136
Octal51331350122601127112166
Binary1010011101100111101000101001011001001101110011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29D9E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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