Shades of Turquoise #29FFD2
Tints of Turquoise #29FFD2
RGB
CMYK
RGB Variations
Color information
#29FFD2 (or 0x29FFD2) is known color: Turquoise. HEX triplet: 29, FF and D2. RGB value is (41,255,210). Sum of RGB (Red+Green+Blue) = 41+255+210=506 (67% of max value = 765). Red value is 41 (16.41% from 255 or 8.10% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #29FFD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FFD2 is #D6002D. Grayscale: #B9B9B9. Windows color (decimal): -14024750 or 13827881. OLE color: 13827881.
HSL color Cylindrical-coordinate representation of color #29FFD2: hue angle of 167.38º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FFD2 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 255 | 210 | - |
| CMYK | 0.84 | 0 | 0.18 | 0 |
| HSL | 167.38º | 1% | 0.58% | - |
| HSV(B) | 167.38º | 0.84% | 1% | - |
| XYZ | 48.31 | 76.64 | 73.22 | - |
| YUV | 185.88 | 141.6 | 24.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 255 | 210 | 0.84 | 0 | 0.18 | 0 | 167.38 | 1 | 0.58 |
| Hex | 29 | FF | D2 | 54 | 0 | 12 | 0 | A7 | 64 | 3A |
| Octal | 51 | 377 | 322 | 124 | 0 | 22 | 0 | 247 | 144 | 72 |
| Binary | 101001 | 11111111 | 11010010 | 1010100 | 0 | 10010 | 0 | 10100111 | 1100100 | 111010 |
Color Harmonies of #29FFD2
Complementary color
Monochromatic Colors of #29FFD2
Black with #29FFD2
Text Example
Text Example
White with #29FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FFD2; }
p { color: rgb(41,255,210); }
H1.HeaderClassName
{
color: #29FFD2;
}
.AnyTagClassName
{
color: #29FFD2;
}
</style>
background-color css
<style>
a { background-color: #29FFD2; }
a { background-color: rgb(41,255,210); }
div.DivClassName
{
background-color: #29FFD2;
}
.BgClassName
{
background-color: #29FFD2;
}
</style>
border-color css
<style>
span { border-color: #29FFD2; }
span { border-color: rgb(41,255,210); }
td.TdClassName
{
border-color: #29FFD2;
}
.TagClassName
{
border-color: #29FFD2;
}
</style>