Shades of Turquoise #29D5E0
Tints of Turquoise #29D5E0
RGB
CMYK
RGB Variations
Color information
#29D5E0 (or 0x29D5E0) is known color: Turquoise. HEX triplet: 29, D5 and E0. RGB value is (41,213,224). Sum of RGB (Red+Green+Blue) = 41+213+224=478 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.58% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #29D5E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D5E0 is #D62A1F. Grayscale: #A2A2A2. Windows color (decimal): -14035488 or 14734633. OLE color: 14734633.
HSL color Cylindrical-coordinate representation of color #29D5E0: hue angle of 183.61º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29D5E0 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 41 | 213 | 224 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.12 |
| HSL | 183.61º | 0.75% | 0.52% | - |
| HSV(B) | 183.61º | 0.82% | 0.88% | - |
| XYZ | 38.16 | 53.44 | 78.82 | - |
| YUV | 162.83 | 162.52 | 41.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 213 | 224 | 0.82 | 0.05 | 0 | 0.12 | 183.61 | 0.75 | 0.52 |
| Hex | 29 | D5 | E0 | 52 | 5 | 0 | C | B8 | 4B | 34 |
| Octal | 51 | 325 | 340 | 122 | 5 | 0 | 14 | 270 | 113 | 64 |
| Binary | 101001 | 11010101 | 11100000 | 1010010 | 101 | 0 | 1100 | 10111000 | 1001011 | 110100 |
Color Harmonies of #29D5E0
Complementary color
Monochromatic Colors of #29D5E0
Black with #29D5E0
Text Example
Text Example
White with #29D5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D5E0; }
p { color: rgb(41,213,224); }
H1.HeaderClassName
{
color: #29D5E0;
}
.AnyTagClassName
{
color: #29D5E0;
}
</style>
background-color css
<style>
a { background-color: #29D5E0; }
a { background-color: rgb(41,213,224); }
div.DivClassName
{
background-color: #29D5E0;
}
.BgClassName
{
background-color: #29D5E0;
}
</style>
border-color css
<style>
span { border-color: #29D5E0; }
span { border-color: rgb(41,213,224); }
td.TdClassName
{
border-color: #29D5E0;
}
.TagClassName
{
border-color: #29D5E0;
}
</style>