Shades of Turquoise #29CFDF
Tints of Turquoise #29CFDF
RGB
CMYK
RGB Variations
Color information
#29CFDF (or 0x29CFDF) is known color: Turquoise. HEX triplet: 29, CF and DF. RGB value is (41,207,223). Sum of RGB (Red+Green+Blue) = 41+207+223=471 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.70% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #29CFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CFDF is #D63020. Grayscale: #9E9E9E. Windows color (decimal): -14037025 or 14667561. OLE color: 14667561.
HSL color Cylindrical-coordinate representation of color #29CFDF: hue angle of 185.27º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29CFDF is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 207 | 223 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.13 |
| HSL | 185.27º | 0.74% | 0.52% | - |
| HSV(B) | 185.27º | 0.82% | 0.87% | - |
| XYZ | 36.55 | 50.42 | 77.62 | - |
| YUV | 159.19 | 164 | 43.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 207 | 223 | 0.82 | 0.07 | 0 | 0.13 | 185.27 | 0.74 | 0.52 |
| Hex | 29 | CF | DF | 52 | 7 | 0 | D | B9 | 4A | 34 |
| Octal | 51 | 317 | 337 | 122 | 7 | 0 | 15 | 271 | 112 | 64 |
| Binary | 101001 | 11001111 | 11011111 | 1010010 | 111 | 0 | 1101 | 10111001 | 1001010 | 110100 |
Color Harmonies of #29CFDF
Complementary color
Monochromatic Colors of #29CFDF
Black with #29CFDF
Text Example
Text Example
White with #29CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CFDF; }
p { color: rgb(41,207,223); }
H1.HeaderClassName
{
color: #29CFDF;
}
.AnyTagClassName
{
color: #29CFDF;
}
</style>
background-color css
<style>
a { background-color: #29CFDF; }
a { background-color: rgb(41,207,223); }
div.DivClassName
{
background-color: #29CFDF;
}
.BgClassName
{
background-color: #29CFDF;
}
</style>
border-color css
<style>
span { border-color: #29CFDF; }
span { border-color: rgb(41,207,223); }
td.TdClassName
{
border-color: #29CFDF;
}
.TagClassName
{
border-color: #29CFDF;
}
</style>