Shades of Turquoise #29F5DD
Tints of Turquoise #29F5DD
RGB
CMYK
RGB Variations
Color information
#29F5DD (or 0x29F5DD) is known color: Turquoise. HEX triplet: 29, F5 and DD. RGB value is (41,245,221). Sum of RGB (Red+Green+Blue) = 41+245+221=507 (67% of max value = 765). Red value is 41 (16.41% from 255 or 8.09% from 507); Green value is 245 (96.09% from 255 or 48.32% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 245 - color contains mainly: green. Hex color #29F5DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F5DD is #D60A22. Grayscale: #B5B5B5. Windows color (decimal): -14027299 or 14546217. OLE color: 14546217.
HSL color Cylindrical-coordinate representation of color #29F5DD: hue angle of 172.94º degrees, saturation: 0.91, 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 #29F5DD is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 41 | 245 | 221 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.04 |
| HSL | 172.94º | 0.91% | 0.56% | - |
| HSV(B) | 172.94º | 0.83% | 0.96% | - |
| XYZ | 46.62 | 71 | 79.65 | - |
| YUV | 181.27 | 150.41 | 27.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 245 | 221 | 0.83 | 0 | 0.10 | 0.04 | 172.94 | 0.91 | 0.56 |
| Hex | 29 | F5 | DD | 53 | 0 | A | 4 | AD | 5B | 38 |
| Octal | 51 | 365 | 335 | 123 | 0 | 12 | 4 | 255 | 133 | 70 |
| Binary | 101001 | 11110101 | 11011101 | 1010011 | 0 | 1010 | 100 | 10101101 | 1011011 | 111000 |
Color Harmonies of #29F5DD
Complementary color
Monochromatic Colors of #29F5DD
Black with #29F5DD
Text Example
Text Example
White with #29F5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29F5DD; }
p { color: rgb(41,245,221); }
H1.HeaderClassName
{
color: #29F5DD;
}
.AnyTagClassName
{
color: #29F5DD;
}
</style>
background-color css
<style>
a { background-color: #29F5DD; }
a { background-color: rgb(41,245,221); }
div.DivClassName
{
background-color: #29F5DD;
}
.BgClassName
{
background-color: #29F5DD;
}
</style>
border-color css
<style>
span { border-color: #29F5DD; }
span { border-color: rgb(41,245,221); }
td.TdClassName
{
border-color: #29F5DD;
}
.TagClassName
{
border-color: #29F5DD;
}
</style>