Shades of Turquoise #29F0D2
Tints of Turquoise #29F0D2
RGB
CMYK
RGB Variations
Color information
#29F0D2 (or 0x29F0D2) is known color: Turquoise. HEX triplet: 29, F0 and D2. RGB value is (41,240,210). Sum of RGB (Red+Green+Blue) = 41+240+210=491 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.35% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #29F0D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F0D2 is #D60F2D. Grayscale: #B1B1B1. Windows color (decimal): -14028590 or 13824041. OLE color: 13824041.
HSL color Cylindrical-coordinate representation of color #29F0D2: hue angle of 170.95º 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 #29F0D2 is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 240 | 210 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.06 |
| HSL | 170.95º | 0.87% | 0.55% | - |
| HSV(B) | 170.95º | 0.83% | 0.94% | - |
| XYZ | 43.71 | 67.44 | 71.69 | - |
| YUV | 177.08 | 146.57 | 30.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 240 | 210 | 0.83 | 0 | 0.12 | 0.06 | 170.95 | 0.87 | 0.55 |
| Hex | 29 | F0 | D2 | 53 | 0 | C | 6 | AB | 57 | 37 |
| Octal | 51 | 360 | 322 | 123 | 0 | 14 | 6 | 253 | 127 | 67 |
| Binary | 101001 | 11110000 | 11010010 | 1010011 | 0 | 1100 | 110 | 10101011 | 1010111 | 110111 |
Color Harmonies of #29F0D2
Complementary color
Monochromatic Colors of #29F0D2
Black with #29F0D2
Text Example
Text Example
White with #29F0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29F0D2; }
p { color: rgb(41,240,210); }
H1.HeaderClassName
{
color: #29F0D2;
}
.AnyTagClassName
{
color: #29F0D2;
}
</style>
background-color css
<style>
a { background-color: #29F0D2; }
a { background-color: rgb(41,240,210); }
div.DivClassName
{
background-color: #29F0D2;
}
.BgClassName
{
background-color: #29F0D2;
}
</style>
border-color css
<style>
span { border-color: #29F0D2; }
span { border-color: rgb(41,240,210); }
td.TdClassName
{
border-color: #29F0D2;
}
.TagClassName
{
border-color: #29F0D2;
}
</style>