Shades of Turquoise #29CFDA
Tints of Turquoise #29CFDA
RGB
CMYK
RGB Variations
Color information
#29CFDA (or 0x29CFDA) is known color: Turquoise. HEX triplet: 29, CF and DA. RGB value is (41,207,218). Sum of RGB (Red+Green+Blue) = 41+207+218=466 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.80% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #29CFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CFDA is #D63025. Grayscale: #9E9E9E. Windows color (decimal): -14037030 or 14339881. OLE color: 14339881.
HSL color Cylindrical-coordinate representation of color #29CFDA: hue angle of 183.73º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29CFDA is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 207 | 218 | - |
| CMYK | 0.81 | 0.05 | 0 | 0.15 |
| HSL | 183.73º | 0.71% | 0.51% | - |
| HSV(B) | 183.73º | 0.81% | 0.85% | - |
| XYZ | 35.88 | 50.16 | 74.12 | - |
| YUV | 158.62 | 161.5 | 44.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 207 | 218 | 0.81 | 0.05 | 0 | 0.15 | 183.73 | 0.71 | 0.51 |
| Hex | 29 | CF | DA | 51 | 5 | 0 | F | B8 | 47 | 33 |
| Octal | 51 | 317 | 332 | 121 | 5 | 0 | 17 | 270 | 107 | 63 |
| Binary | 101001 | 11001111 | 11011010 | 1010001 | 101 | 0 | 1111 | 10111000 | 1000111 | 110011 |
Color Harmonies of #29CFDA
Complementary color
Monochromatic Colors of #29CFDA
Black with #29CFDA
Text Example
Text Example
White with #29CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CFDA; }
p { color: rgb(41,207,218); }
H1.HeaderClassName
{
color: #29CFDA;
}
.AnyTagClassName
{
color: #29CFDA;
}
</style>
background-color css
<style>
a { background-color: #29CFDA; }
a { background-color: rgb(41,207,218); }
div.DivClassName
{
background-color: #29CFDA;
}
.BgClassName
{
background-color: #29CFDA;
}
</style>
border-color css
<style>
span { border-color: #29CFDA; }
span { border-color: rgb(41,207,218); }
td.TdClassName
{
border-color: #29CFDA;
}
.TagClassName
{
border-color: #29CFDA;
}
</style>