#29D5D9

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

Shades of Turquoise #29D5D9

Tints of Turquoise #29D5D9

Color information

#29D5D9 (or 0x29D5D9) is unknown color: approx Turquoise. HEX triplet: 29, D5 and D9. RGB value is (41,213,217). Sum of RGB (Red+Green+Blue) = 41+213+217=471 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.70% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 217 - color contains mainly: blue. Hex color #29D5D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D5D9 is #D62A26. Grayscale: #A1A1A1. Windows color (decimal): -14035495 or 14275881. OLE color: 14275881.

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

Color convert

RGB41213217-
CMYK0.810.0200.15
HSL181.36º69.84%50.59%-
HSV(B)181.36º81.11%85.1%-
XYZ37.2353.0773.93-
YUV162.03159.0241.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.70%
GREEN value IS 213 (83.59% from 255) = 45.22%
BLUE value IS 217 (85.16% from 255) = 46.07%
R=8.70%
G=45.22%
B=46.07%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal412132170.810.0200.15181.3669.8450.59
Hex29D5D95120Fb54633
Octal51325331121201726510663
Binary101001110101011101100110100011001111101101011000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29D5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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