Shades of Turquoise #29EFC9
Tints of Turquoise #29EFC9
RGB
CMYK
RGB Variations
Color information
#29EFC9 (or 0x29EFC9) is known color: Turquoise. HEX triplet: 29, EF and C9. RGB value is (41,239,201). Sum of RGB (Red+Green+Blue) = 41+239+201=481 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.52% from 481); Green value is 239 (93.75% from 255 or 49.69% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 239 - color contains mainly: green. Hex color #29EFC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EFC9 is #D61036. Grayscale: #AFAFAF. Windows color (decimal): -14028855 or 13233961. OLE color: 13233961.
HSL color Cylindrical-coordinate representation of color #29EFC9: hue angle of 168.48º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29EFC9 is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 239 | 201 | - |
| CMYK | 0.83 | 0 | 0.16 | 0.06 |
| HSL | 168.48º | 0.86% | 0.55% | - |
| HSV(B) | 168.48º | 0.83% | 0.94% | - |
| XYZ | 42.32 | 66.42 | 65.85 | - |
| YUV | 175.47 | 142.4 | 32.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 239 | 201 | 0.83 | 0 | 0.16 | 0.06 | 168.48 | 0.86 | 0.55 |
| Hex | 29 | EF | C9 | 53 | 0 | 10 | 6 | A8 | 56 | 37 |
| Octal | 51 | 357 | 311 | 123 | 0 | 20 | 6 | 250 | 126 | 67 |
| Binary | 101001 | 11101111 | 11001001 | 1010011 | 0 | 10000 | 110 | 10101000 | 1010110 | 110111 |
Color Harmonies of #29EFC9
Complementary color
Monochromatic Colors of #29EFC9
Black with #29EFC9
Text Example
Text Example
White with #29EFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29EFC9; }
p { color: rgb(41,239,201); }
H1.HeaderClassName
{
color: #29EFC9;
}
.AnyTagClassName
{
color: #29EFC9;
}
</style>
background-color css
<style>
a { background-color: #29EFC9; }
a { background-color: rgb(41,239,201); }
div.DivClassName
{
background-color: #29EFC9;
}
.BgClassName
{
background-color: #29EFC9;
}
</style>
border-color css
<style>
span { border-color: #29EFC9; }
span { border-color: rgb(41,239,201); }
td.TdClassName
{
border-color: #29EFC9;
}
.TagClassName
{
border-color: #29EFC9;
}
</style>