Shades of Turquoise #29CFDD
Tints of Turquoise #29CFDD
RGB
CMYK
RGB Variations
Color information
#29CFDD (or 0x29CFDD) is known color: Turquoise. HEX triplet: 29, CF and DD. RGB value is (41,207,221). Sum of RGB (Red+Green+Blue) = 41+207+221=469 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.74% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #29CFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CFDD is #D63022. Grayscale: #9E9E9E. Windows color (decimal): -14037027 or 14536489. OLE color: 14536489.
HSL color Cylindrical-coordinate representation of color #29CFDD: hue angle of 184.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29CFDD is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 207 | 221 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.13 |
| HSL | 184.67º | 0.73% | 0.51% | - |
| HSV(B) | 184.67º | 0.81% | 0.87% | - |
| XYZ | 36.28 | 50.32 | 76.21 | - |
| YUV | 158.96 | 163 | 43.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 207 | 221 | 0.81 | 0.06 | 0 | 0.13 | 184.67 | 0.73 | 0.51 |
| Hex | 29 | CF | DD | 51 | 6 | 0 | D | B9 | 49 | 33 |
| Octal | 51 | 317 | 335 | 121 | 6 | 0 | 15 | 271 | 111 | 63 |
| Binary | 101001 | 11001111 | 11011101 | 1010001 | 110 | 0 | 1101 | 10111001 | 1001001 | 110011 |
Color Harmonies of #29CFDD
Complementary color
Monochromatic Colors of #29CFDD
Black with #29CFDD
Text Example
Text Example
White with #29CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CFDD; }
p { color: rgb(41,207,221); }
H1.HeaderClassName
{
color: #29CFDD;
}
.AnyTagClassName
{
color: #29CFDD;
}
</style>
background-color css
<style>
a { background-color: #29CFDD; }
a { background-color: rgb(41,207,221); }
div.DivClassName
{
background-color: #29CFDD;
}
.BgClassName
{
background-color: #29CFDD;
}
</style>
border-color css
<style>
span { border-color: #29CFDD; }
span { border-color: rgb(41,207,221); }
td.TdClassName
{
border-color: #29CFDD;
}
.TagClassName
{
border-color: #29CFDD;
}
</style>