#29D7DA

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

Shades of Turquoise #29D7DA

Tints of Turquoise #29D7DA

Color information

#29D7DA (or 0x29D7DA) is unknown color: approx Turquoise. HEX triplet: 29, D7 and DA. RGB value is (41,215,218). Sum of RGB (Red+Green+Blue) = 41+215+218=474 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.65% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #29D7DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D7DA is #D62825. Grayscale: #A3A3A3. Windows color (decimal): -14034982 or 14341929. OLE color: 14341929.

HSL color Cylindrical-coordinate representation of color #29D7DA: hue angle of 181.02º degrees, saturation: 0.71, 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 #29D7DA is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB41215218-
CMYK0.810.0100.15
HSL181.02º70.52%50.78%-
HSV(B)181.02º81.19%85.49%-
XYZ37.8754.1374.78-
YUV163.32158.8540.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.65%
GREEN value IS 215 (84.38% from 255) = 45.36%
BLUE value IS 218 (85.55% from 255) = 45.99%
R=8.65%
G=45.36%
B=45.99%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal412152180.810.0100.15181.0270.5250.78
Hex29D7DA5110Fb54733
Octal51327332121101726510763
Binary10100111010111110110101010001101111101101011000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29D7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,215,218); }

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

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

 a { background-color: rgb(41,215,218); }

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

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

 span { border-color: rgb(41,215,218); }

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