Shades of Turquoise #29F0C6
Tints of Turquoise #29F0C6
RGB
CMYK
RGB Variations
Color information
#29F0C6 (or 0x29F0C6) is known color: Turquoise. HEX triplet: 29, F0 and C6. RGB value is (41,240,198). Sum of RGB (Red+Green+Blue) = 41+240+198=479 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.56% from 479); Green value is 240 (94.14% from 255 or 50.10% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 240 - color contains mainly: green. Hex color #29F0C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F0C6 is #D60F39. Grayscale: #AFAFAF. Windows color (decimal): -14028602 or 13037609. OLE color: 13037609.
HSL color Cylindrical-coordinate representation of color #29F0C6: hue angle of 167.34º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F0C6 is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 240 | 198 | - |
| CMYK | 0.83 | 0 | 0.18 | 0.06 |
| HSL | 167.34º | 0.87% | 0.55% | - |
| HSV(B) | 167.34º | 0.83% | 0.94% | - |
| XYZ | 42.27 | 66.87 | 64.11 | - |
| YUV | 175.71 | 140.57 | 31.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 240 | 198 | 0.83 | 0 | 0.18 | 0.06 | 167.34 | 0.87 | 0.55 |
| Hex | 29 | F0 | C6 | 53 | 0 | 12 | 6 | A7 | 57 | 37 |
| Octal | 51 | 360 | 306 | 123 | 0 | 22 | 6 | 247 | 127 | 67 |
| Binary | 101001 | 11110000 | 11000110 | 1010011 | 0 | 10010 | 110 | 10100111 | 1010111 | 110111 |
Color Harmonies of #29F0C6
Complementary color
Monochromatic Colors of #29F0C6
Black with #29F0C6
Text Example
Text Example
White with #29F0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29F0C6; }
p { color: rgb(41,240,198); }
H1.HeaderClassName
{
color: #29F0C6;
}
.AnyTagClassName
{
color: #29F0C6;
}
</style>
background-color css
<style>
a { background-color: #29F0C6; }
a { background-color: rgb(41,240,198); }
div.DivClassName
{
background-color: #29F0C6;
}
.BgClassName
{
background-color: #29F0C6;
}
</style>
border-color css
<style>
span { border-color: #29F0C6; }
span { border-color: rgb(41,240,198); }
td.TdClassName
{
border-color: #29F0C6;
}
.TagClassName
{
border-color: #29F0C6;
}
</style>