Shades of Turquoise #29F6D2
Tints of Turquoise #29F6D2
RGB
CMYK
RGB Variations
Color information
#29F6D2 (or 0x29F6D2) is known color: Turquoise. HEX triplet: 29, F6 and D2. RGB value is (41,246,210). Sum of RGB (Red+Green+Blue) = 41+246+210=497 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.25% from 497); Green value is 246 (96.48% from 255 or 49.50% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 246 - color contains mainly: green. Hex color #29F6D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F6D2 is #D6092D. Grayscale: #B4B4B4. Windows color (decimal): -14027054 or 13825577. OLE color: 13825577.
HSL color Cylindrical-coordinate representation of color #29F6D2: hue angle of 169.46º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F6D2 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 41 | 246 | 210 | - |
| CMYK | 0.83 | 0 | 0.15 | 0.04 |
| HSL | 169.46º | 0.92% | 0.56% | - |
| HSV(B) | 169.46º | 0.83% | 0.96% | - |
| XYZ | 45.5 | 71.04 | 72.29 | - |
| YUV | 180.6 | 144.58 | 28.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 246 | 210 | 0.83 | 0 | 0.15 | 0.04 | 169.46 | 0.92 | 0.56 |
| Hex | 29 | F6 | D2 | 53 | 0 | F | 4 | A9 | 5C | 38 |
| Octal | 51 | 366 | 322 | 123 | 0 | 17 | 4 | 251 | 134 | 70 |
| Binary | 101001 | 11110110 | 11010010 | 1010011 | 0 | 1111 | 100 | 10101001 | 1011100 | 111000 |
Color Harmonies of #29F6D2
Complementary color
Monochromatic Colors of #29F6D2
Black with #29F6D2
Text Example
Text Example
White with #29F6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29F6D2; }
p { color: rgb(41,246,210); }
H1.HeaderClassName
{
color: #29F6D2;
}
.AnyTagClassName
{
color: #29F6D2;
}
</style>
background-color css
<style>
a { background-color: #29F6D2; }
a { background-color: rgb(41,246,210); }
div.DivClassName
{
background-color: #29F6D2;
}
.BgClassName
{
background-color: #29F6D2;
}
</style>
border-color css
<style>
span { border-color: #29F6D2; }
span { border-color: rgb(41,246,210); }
td.TdClassName
{
border-color: #29F6D2;
}
.TagClassName
{
border-color: #29F6D2;
}
</style>