Shades of Turquoise #29CFDC
Tints of Turquoise #29CFDC
RGB
CMYK
RGB Variations
Color information
#29CFDC (or 0x29CFDC) is known color: Turquoise. HEX triplet: 29, CF and DC. RGB value is (41,207,220). Sum of RGB (Red+Green+Blue) = 41+207+220=468 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.76% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #29CFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CFDC is #D63023. Grayscale: #9E9E9E. Windows color (decimal): -14037028 or 14470953. OLE color: 14470953.
HSL color Cylindrical-coordinate representation of color #29CFDC: hue angle of 184.36º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29CFDC is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 207 | 220 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.14 |
| HSL | 184.36º | 0.72% | 0.51% | - |
| HSV(B) | 184.36º | 0.81% | 0.86% | - |
| XYZ | 36.15 | 50.26 | 75.51 | - |
| YUV | 158.85 | 162.5 | 43.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 207 | 220 | 0.81 | 0.06 | 0 | 0.14 | 184.36 | 0.72 | 0.51 |
| Hex | 29 | CF | DC | 51 | 6 | 0 | E | B8 | 48 | 33 |
| Octal | 51 | 317 | 334 | 121 | 6 | 0 | 16 | 270 | 110 | 63 |
| Binary | 101001 | 11001111 | 11011100 | 1010001 | 110 | 0 | 1110 | 10111000 | 1001000 | 110011 |
Color Harmonies of #29CFDC
Complementary color
Monochromatic Colors of #29CFDC
Black with #29CFDC
Text Example
Text Example
White with #29CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CFDC; }
p { color: rgb(41,207,220); }
H1.HeaderClassName
{
color: #29CFDC;
}
.AnyTagClassName
{
color: #29CFDC;
}
</style>
background-color css
<style>
a { background-color: #29CFDC; }
a { background-color: rgb(41,207,220); }
div.DivClassName
{
background-color: #29CFDC;
}
.BgClassName
{
background-color: #29CFDC;
}
</style>
border-color css
<style>
span { border-color: #29CFDC; }
span { border-color: rgb(41,207,220); }
td.TdClassName
{
border-color: #29CFDC;
}
.TagClassName
{
border-color: #29CFDC;
}
</style>