Shades of Turquoise #29E4DF
Tints of Turquoise #29E4DF
RGB
CMYK
RGB Variations
Color information
#29E4DF (or 0x29E4DF) is known color: Turquoise. HEX triplet: 29, E4 and DF. RGB value is (41,228,223). Sum of RGB (Red+Green+Blue) = 41+228+223=492 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.33% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 228 - color contains mainly: green. Hex color #29E4DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29E4DF is #D61B20. Grayscale: #ABABAB. Windows color (decimal): -14031649 or 14672937. OLE color: 14672937.
HSL color Cylindrical-coordinate representation of color #29E4DF: hue angle of 178.4º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E4DF is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 41 | 228 | 223 | - |
| CMYK | 0.82 | 0 | 0.02 | 0.11 |
| HSL | 178.4º | 0.78% | 0.53% | - |
| HSV(B) | 178.4º | 0.82% | 0.89% | - |
| XYZ | 41.98 | 61.29 | 79.43 | - |
| YUV | 171.52 | 157.05 | 34.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 228 | 223 | 0.82 | 0 | 0.02 | 0.11 | 178.4 | 0.78 | 0.53 |
| Hex | 29 | E4 | DF | 52 | 0 | 2 | B | B2 | 4E | 35 |
| Octal | 51 | 344 | 337 | 122 | 0 | 2 | 13 | 262 | 116 | 65 |
| Binary | 101001 | 11100100 | 11011111 | 1010010 | 0 | 10 | 1011 | 10110010 | 1001110 | 110101 |
Color Harmonies of #29E4DF
Complementary color
Monochromatic Colors of #29E4DF
Black with #29E4DF
Text Example
Text Example
White with #29E4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E4DF; }
p { color: rgb(41,228,223); }
H1.HeaderClassName
{
color: #29E4DF;
}
.AnyTagClassName
{
color: #29E4DF;
}
</style>
background-color css
<style>
a { background-color: #29E4DF; }
a { background-color: rgb(41,228,223); }
div.DivClassName
{
background-color: #29E4DF;
}
.BgClassName
{
background-color: #29E4DF;
}
</style>
border-color css
<style>
span { border-color: #29E4DF; }
span { border-color: rgb(41,228,223); }
td.TdClassName
{
border-color: #29E4DF;
}
.TagClassName
{
border-color: #29E4DF;
}
</style>