Shades of Turquoise #29ECC3
Tints of Turquoise #29ECC3
RGB
CMYK
RGB Variations
Color information
#29ECC3 (or 0x29ECC3) is known color: Turquoise. HEX triplet: 29, EC and C3. RGB value is (41,236,195). Sum of RGB (Red+Green+Blue) = 41+236+195=472 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.69% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #29ECC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29ECC3 is #D6133C. Grayscale: #ACACAC. Windows color (decimal): -14029629 or 12839977. OLE color: 12839977.
HSL color Cylindrical-coordinate representation of color #29ECC3: hue angle of 167.38º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29ECC3 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 236 | 195 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.07 |
| HSL | 167.38º | 0.84% | 0.54% | - |
| HSV(B) | 167.38º | 0.83% | 0.93% | - |
| XYZ | 40.76 | 64.4 | 61.91 | - |
| YUV | 173.02 | 140.4 | 33.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 236 | 195 | 0.83 | 0 | 0.17 | 0.07 | 167.38 | 0.84 | 0.54 |
| Hex | 29 | EC | C3 | 53 | 0 | 11 | 7 | A7 | 54 | 36 |
| Octal | 51 | 354 | 303 | 123 | 0 | 21 | 7 | 247 | 124 | 66 |
| Binary | 101001 | 11101100 | 11000011 | 1010011 | 0 | 10001 | 111 | 10100111 | 1010100 | 110110 |
Color Harmonies of #29ECC3
Complementary color
Monochromatic Colors of #29ECC3
Black with #29ECC3
Text Example
Text Example
White with #29ECC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29ECC3; }
p { color: rgb(41,236,195); }
H1.HeaderClassName
{
color: #29ECC3;
}
.AnyTagClassName
{
color: #29ECC3;
}
</style>
background-color css
<style>
a { background-color: #29ECC3; }
a { background-color: rgb(41,236,195); }
div.DivClassName
{
background-color: #29ECC3;
}
.BgClassName
{
background-color: #29ECC3;
}
</style>
border-color css
<style>
span { border-color: #29ECC3; }
span { border-color: rgb(41,236,195); }
td.TdClassName
{
border-color: #29ECC3;
}
.TagClassName
{
border-color: #29ECC3;
}
</style>