#29D8DD

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

Shades of Turquoise #29D8DD

Tints of Turquoise #29D8DD

Color information

#29D8DD (or 0x29D8DD) is unknown color: approx Turquoise. HEX triplet: 29, D8 and DD. RGB value is (41,216,221). Sum of RGB (Red+Green+Blue) = 41+216+221=478 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.58% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #29D8DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D8DD is #D62722. Grayscale: #A4A4A4. Windows color (decimal): -14034723 or 14538793. OLE color: 14538793.

HSL color Cylindrical-coordinate representation of color #29D8DD: hue angle of 181.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D8DD is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB41216221-
CMYK0.810.0200.13
HSL181.67º72.58%51.37%-
HSV(B)181.67º81.45%86.67%-
XYZ38.5254.876.95-
YUV164.24160.0240.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.58%
GREEN value IS 216 (84.77% from 255) = 45.19%
BLUE value IS 221 (86.72% from 255) = 46.23%
R=8.58%
G=45.19%
B=46.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal412162210.810.0200.13181.6772.5851.37
Hex29D8DD5120Db64933
Octal51330335121201526611163
Binary101001110110001101110110100011001101101101101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29D8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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