Shades of Turquoise #29D6CA
Tints of Turquoise #29D6CA
RGB
CMYK
RGB Variations
Color information
#29D6CA (or 0x29D6CA) is known color: Turquoise. HEX triplet: 29, D6 and CA. RGB value is (41,214,202). Sum of RGB (Red+Green+Blue) = 41+214+202=457 (60% of max value = 765). Red value is 41 (16.41% from 255 or 8.97% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 214 - color contains mainly: green. Hex color #29D6CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D6CA is #D62935. Grayscale: #A0A0A0. Windows color (decimal): -14035254 or 13293097. OLE color: 13293097.
HSL color Cylindrical-coordinate representation of color #29D6CA: hue angle of 175.84º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D6CA is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 214 | 202 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.16 |
| HSL | 175.84º | 0.68% | 0.5% | - |
| HSV(B) | 175.84º | 0.81% | 0.84% | - |
| XYZ | 35.62 | 52.83 | 64.2 | - |
| YUV | 160.91 | 151.19 | 42.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 214 | 202 | 0.81 | 0 | 0.06 | 0.16 | 175.84 | 0.68 | 0.5 |
| Hex | 29 | D6 | CA | 51 | 0 | 6 | 10 | B0 | 44 | 32 |
| Octal | 51 | 326 | 312 | 121 | 0 | 6 | 20 | 260 | 104 | 62 |
| Binary | 101001 | 11010110 | 11001010 | 1010001 | 0 | 110 | 10000 | 10110000 | 1000100 | 110010 |
Color Harmonies of #29D6CA
Complementary color
Monochromatic Colors of #29D6CA
Black with #29D6CA
Text Example
Text Example
White with #29D6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D6CA; }
p { color: rgb(41,214,202); }
H1.HeaderClassName
{
color: #29D6CA;
}
.AnyTagClassName
{
color: #29D6CA;
}
</style>
background-color css
<style>
a { background-color: #29D6CA; }
a { background-color: rgb(41,214,202); }
div.DivClassName
{
background-color: #29D6CA;
}
.BgClassName
{
background-color: #29D6CA;
}
</style>
border-color css
<style>
span { border-color: #29D6CA; }
span { border-color: rgb(41,214,202); }
td.TdClassName
{
border-color: #29D6CA;
}
.TagClassName
{
border-color: #29D6CA;
}
</style>