Shades of Turquoise #29CED3
Tints of Turquoise #29CED3
RGB
CMYK
RGB Variations
Color information
#29CED3 (or 0x29CED3) is known color: Turquoise. HEX triplet: 29, CE and D3. RGB value is (41,206,211). Sum of RGB (Red+Green+Blue) = 41+206+211=458 (60% of max value = 765). Red value is 41 (16.41% from 255 or 8.95% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 211 (82.81% from 255 or 46.07% from 458); Max value from RGB is 211 - color contains mainly: blue. Hex color #29CED3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CED3 is #D6312C. Grayscale: #9D9D9D. Windows color (decimal): -14037293 or 13880873. OLE color: 13880873.
HSL color Cylindrical-coordinate representation of color #29CED3: hue angle of 181.76º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29CED3 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 41 | 206 | 211 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.17 |
| HSL | 181.76º | 0.67% | 0.49% | - |
| HSV(B) | 181.76º | 0.81% | 0.83% | - |
| XYZ | 34.74 | 49.32 | 69.32 | - |
| YUV | 157.24 | 158.34 | 45.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 206 | 211 | 0.81 | 0.02 | 0 | 0.17 | 181.76 | 0.67 | 0.49 |
| Hex | 29 | CE | D3 | 51 | 2 | 0 | 11 | B6 | 43 | 31 |
| Octal | 51 | 316 | 323 | 121 | 2 | 0 | 21 | 266 | 103 | 61 |
| Binary | 101001 | 11001110 | 11010011 | 1010001 | 10 | 0 | 10001 | 10110110 | 1000011 | 110001 |
Color Harmonies of #29CED3
Complementary color
Monochromatic Colors of #29CED3
Black with #29CED3
Text Example
Text Example
White with #29CED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CED3; }
p { color: rgb(41,206,211); }
H1.HeaderClassName
{
color: #29CED3;
}
.AnyTagClassName
{
color: #29CED3;
}
</style>
background-color css
<style>
a { background-color: #29CED3; }
a { background-color: rgb(41,206,211); }
div.DivClassName
{
background-color: #29CED3;
}
.BgClassName
{
background-color: #29CED3;
}
</style>
border-color css
<style>
span { border-color: #29CED3; }
span { border-color: rgb(41,206,211); }
td.TdClassName
{
border-color: #29CED3;
}
.TagClassName
{
border-color: #29CED3;
}
</style>