Shades of Turquoise #29CDD8
Tints of Turquoise #29CDD8
RGB
CMYK
RGB Variations
Color information
#29CDD8 (or 0x29CDD8) is known color: Turquoise. HEX triplet: 29, CD and D8. RGB value is (41,205,216). Sum of RGB (Red+Green+Blue) = 41+205+216=462 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.87% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 216 (84.77% from 255 or 46.75% from 462); Max value from RGB is 216 - color contains mainly: blue. Hex color #29CDD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CDD8 is #D63227. Grayscale: #9D9D9D. Windows color (decimal): -14037544 or 14208297. OLE color: 14208297.
HSL color Cylindrical-coordinate representation of color #29CDD8: hue angle of 183.77º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29CDD8 is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 205 | 216 | - |
| CMYK | 0.81 | 0.05 | 0 | 0.15 |
| HSL | 183.77º | 0.69% | 0.5% | - |
| HSV(B) | 183.77º | 0.81% | 0.85% | - |
| XYZ | 35.14 | 49.09 | 72.59 | - |
| YUV | 157.22 | 161.17 | 45.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 205 | 216 | 0.81 | 0.05 | 0 | 0.15 | 183.77 | 0.69 | 0.5 |
| Hex | 29 | CD | D8 | 51 | 5 | 0 | F | B8 | 45 | 32 |
| Octal | 51 | 315 | 330 | 121 | 5 | 0 | 17 | 270 | 105 | 62 |
| Binary | 101001 | 11001101 | 11011000 | 1010001 | 101 | 0 | 1111 | 10111000 | 1000101 | 110010 |
Color Harmonies of #29CDD8
Complementary color
Monochromatic Colors of #29CDD8
Black with #29CDD8
Text Example
Text Example
White with #29CDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CDD8; }
p { color: rgb(41,205,216); }
H1.HeaderClassName
{
color: #29CDD8;
}
.AnyTagClassName
{
color: #29CDD8;
}
</style>
background-color css
<style>
a { background-color: #29CDD8; }
a { background-color: rgb(41,205,216); }
div.DivClassName
{
background-color: #29CDD8;
}
.BgClassName
{
background-color: #29CDD8;
}
</style>
border-color css
<style>
span { border-color: #29CDD8; }
span { border-color: rgb(41,205,216); }
td.TdClassName
{
border-color: #29CDD8;
}
.TagClassName
{
border-color: #29CDD8;
}
</style>