Shades of Turquoise #29CEC2
Tints of Turquoise #29CEC2
RGB
CMYK
RGB Variations
Color information
#29CEC2 (or 0x29CEC2) is known color: Turquoise. HEX triplet: 29, CE and C2. RGB value is (41,206,194). Sum of RGB (Red+Green+Blue) = 41+206+194=441 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.30% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 194 (76.17% from 255 or 43.99% from 441); Max value from RGB is 206 - color contains mainly: green. Hex color #29CEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CEC2 is #D6313D. Grayscale: #9B9B9B. Windows color (decimal): -14037310 or 12766761. OLE color: 12766761.
HSL color Cylindrical-coordinate representation of color #29CEC2: hue angle of 175.64º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CEC2 is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 206 | 194 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.19 |
| HSL | 175.64º | 0.67% | 0.48% | - |
| HSV(B) | 175.64º | 0.8% | 0.81% | - |
| XYZ | 32.72 | 48.51 | 58.68 | - |
| YUV | 155.3 | 149.84 | 46.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 206 | 194 | 0.80 | 0 | 0.06 | 0.19 | 175.64 | 0.67 | 0.48 |
| Hex | 29 | CE | C2 | 50 | 0 | 6 | 13 | B0 | 43 | 30 |
| Octal | 51 | 316 | 302 | 120 | 0 | 6 | 23 | 260 | 103 | 60 |
| Binary | 101001 | 11001110 | 11000010 | 1010000 | 0 | 110 | 10011 | 10110000 | 1000011 | 110000 |
Color Harmonies of #29CEC2
Complementary color
Monochromatic Colors of #29CEC2
Black with #29CEC2
Text Example
Text Example
White with #29CEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CEC2; }
p { color: rgb(41,206,194); }
H1.HeaderClassName
{
color: #29CEC2;
}
.AnyTagClassName
{
color: #29CEC2;
}
</style>
background-color css
<style>
a { background-color: #29CEC2; }
a { background-color: rgb(41,206,194); }
div.DivClassName
{
background-color: #29CEC2;
}
.BgClassName
{
background-color: #29CEC2;
}
</style>
border-color css
<style>
span { border-color: #29CEC2; }
span { border-color: rgb(41,206,194); }
td.TdClassName
{
border-color: #29CEC2;
}
.TagClassName
{
border-color: #29CEC2;
}
</style>