Shades of Turquoise #29EEE0
Tints of Turquoise #29EEE0
RGB
CMYK
RGB Variations
Color information
#29EEE0 (or 0x29EEE0) is known color: Turquoise. HEX triplet: 29, EE and E0. RGB value is (41,238,224). Sum of RGB (Red+Green+Blue) = 41+238+224=503 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.15% from 503); Green value is 238 (93.36% from 255 or 47.32% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 238 - color contains mainly: green. Hex color #29EEE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EEE0 is #D6111F. Grayscale: #B1B1B1. Windows color (decimal): -14029088 or 14741033. OLE color: 14741033.
HSL color Cylindrical-coordinate representation of color #29EEE0: hue angle of 175.74º 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 #29EEE0 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 238 | 224 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.07 |
| HSL | 175.74º | 0.85% | 0.55% | - |
| HSV(B) | 175.74º | 0.83% | 0.93% | - |
| XYZ | 44.94 | 67 | 81.08 | - |
| YUV | 177.5 | 154.23 | 30.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 238 | 224 | 0.83 | 0 | 0.06 | 0.07 | 175.74 | 0.85 | 0.55 |
| Hex | 29 | EE | E0 | 53 | 0 | 6 | 7 | B0 | 55 | 37 |
| Octal | 51 | 356 | 340 | 123 | 0 | 6 | 7 | 260 | 125 | 67 |
| Binary | 101001 | 11101110 | 11100000 | 1010011 | 0 | 110 | 111 | 10110000 | 1010101 | 110111 |
Color Harmonies of #29EEE0
Complementary color
Monochromatic Colors of #29EEE0
Black with #29EEE0
Text Example
Text Example
White with #29EEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29EEE0; }
p { color: rgb(41,238,224); }
H1.HeaderClassName
{
color: #29EEE0;
}
.AnyTagClassName
{
color: #29EEE0;
}
</style>
background-color css
<style>
a { background-color: #29EEE0; }
a { background-color: rgb(41,238,224); }
div.DivClassName
{
background-color: #29EEE0;
}
.BgClassName
{
background-color: #29EEE0;
}
</style>
border-color css
<style>
span { border-color: #29EEE0; }
span { border-color: rgb(41,238,224); }
td.TdClassName
{
border-color: #29EEE0;
}
.TagClassName
{
border-color: #29EEE0;
}
</style>