Shades of Turquoise #29D3C5
Tints of Turquoise #29D3C5
RGB
CMYK
RGB Variations
Color information
#29D3C5 (or 0x29D3C5) is known color: Turquoise. HEX triplet: 29, D3 and C5. RGB value is (41,211,197). Sum of RGB (Red+Green+Blue) = 41+211+197=449 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.13% from 449); Green value is 211 (82.81% from 255 or 46.99% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 211 - color contains mainly: green. Hex color #29D3C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D3C5 is #D62C3A. Grayscale: #9E9E9E. Windows color (decimal): -14036027 or 12964649. OLE color: 12964649.
HSL color Cylindrical-coordinate representation of color #29D3C5: hue angle of 175.06º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D3C5 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 41 | 211 | 197 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.17 |
| HSL | 175.06º | 0.67% | 0.49% | - |
| HSV(B) | 175.06º | 0.81% | 0.83% | - |
| XYZ | 34.29 | 51.09 | 60.88 | - |
| YUV | 158.57 | 149.68 | 44.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 211 | 197 | 0.81 | 0 | 0.07 | 0.17 | 175.06 | 0.67 | 0.49 |
| Hex | 29 | D3 | C5 | 51 | 0 | 7 | 11 | AF | 43 | 31 |
| Octal | 51 | 323 | 305 | 121 | 0 | 7 | 21 | 257 | 103 | 61 |
| Binary | 101001 | 11010011 | 11000101 | 1010001 | 0 | 111 | 10001 | 10101111 | 1000011 | 110001 |
Color Harmonies of #29D3C5
Complementary color
Monochromatic Colors of #29D3C5
Black with #29D3C5
Text Example
Text Example
White with #29D3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D3C5; }
p { color: rgb(41,211,197); }
H1.HeaderClassName
{
color: #29D3C5;
}
.AnyTagClassName
{
color: #29D3C5;
}
</style>
background-color css
<style>
a { background-color: #29D3C5; }
a { background-color: rgb(41,211,197); }
div.DivClassName
{
background-color: #29D3C5;
}
.BgClassName
{
background-color: #29D3C5;
}
</style>
border-color css
<style>
span { border-color: #29D3C5; }
span { border-color: rgb(41,211,197); }
td.TdClassName
{
border-color: #29D3C5;
}
.TagClassName
{
border-color: #29D3C5;
}
</style>