#29D8E8

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

Shades of Turquoise #29D8E8

Tints of Turquoise #29D8E8

Color information

#29D8E8 (or 0x29D8E8) is unknown color: approx Turquoise. HEX triplet: 29, D8 and E8. RGB value is (41,216,232). Sum of RGB (Red+Green+Blue) = 41+216+232=489 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.38% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 232 (91.02% from 255 or 47.44% from 489); Max value from RGB is 232 - color contains mainly: blue. Hex color #29D8E8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29D8E8 is #D62717. Grayscale: #A5A5A5. Windows color (decimal): -14034712 or 15259689. OLE color: 15259689.

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

Color convert

RGB41216232-
CMYK0.820.0700.09
HSL185.03º80.59%53.53%-
HSV(B)185.03º82.33%90.98%-
XYZ40.0455.4184.93-
YUV165.5165.5239.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.38%
GREEN value IS 216 (84.77% from 255) = 44.17%
BLUE value IS 232 (91.02% from 255) = 47.44%
R=8.38%
G=44.17%
B=47.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal412162320.820.0700.09185.0380.5953.53
Hex29D8E852709b95136
Octal51330350122701127112166
Binary1010011101100011101000101001011101001101110011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29D8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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