Shades of Turquoise #29EEDA
Tints of Turquoise #29EEDA
RGB
CMYK
RGB Variations
Color information
#29EEDA (or 0x29EEDA) is known color: Turquoise. HEX triplet: 29, EE and DA. RGB value is (41,238,218). Sum of RGB (Red+Green+Blue) = 41+238+218=497 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.25% from 497); Green value is 238 (93.36% from 255 or 47.89% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 238 - color contains mainly: green. Hex color #29EEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EEDA is #D61125. Grayscale: #B0B0B0. Windows color (decimal): -14029094 or 14347817. OLE color: 14347817.
HSL color Cylindrical-coordinate representation of color #29EEDA: hue angle of 173.91º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29EEDA is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 238 | 218 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.07 |
| HSL | 173.91º | 0.85% | 0.55% | - |
| HSV(B) | 173.91º | 0.83% | 0.93% | - |
| XYZ | 44.14 | 66.68 | 76.87 | - |
| YUV | 176.82 | 151.23 | 31.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 238 | 218 | 0.83 | 0 | 0.08 | 0.07 | 173.91 | 0.85 | 0.55 |
| Hex | 29 | EE | DA | 53 | 0 | 8 | 7 | AE | 55 | 37 |
| Octal | 51 | 356 | 332 | 123 | 0 | 10 | 7 | 256 | 125 | 67 |
| Binary | 101001 | 11101110 | 11011010 | 1010011 | 0 | 1000 | 111 | 10101110 | 1010101 | 110111 |
Color Harmonies of #29EEDA
Complementary color
Monochromatic Colors of #29EEDA
Black with #29EEDA
Text Example
Text Example
White with #29EEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29EEDA; }
p { color: rgb(41,238,218); }
H1.HeaderClassName
{
color: #29EEDA;
}
.AnyTagClassName
{
color: #29EEDA;
}
</style>
background-color css
<style>
a { background-color: #29EEDA; }
a { background-color: rgb(41,238,218); }
div.DivClassName
{
background-color: #29EEDA;
}
.BgClassName
{
background-color: #29EEDA;
}
</style>
border-color css
<style>
span { border-color: #29EEDA; }
span { border-color: rgb(41,238,218); }
td.TdClassName
{
border-color: #29EEDA;
}
.TagClassName
{
border-color: #29EEDA;
}
</style>