Shades of Bright Turquoise #29FFEC
Tints of Bright Turquoise #29FFEC
RGB
CMYK
RGB Variations
Color information
#29FFEC (or 0x29FFEC) is known color: Bright Turquoise. HEX triplet: 29, FF and EC. RGB value is (41,255,236). Sum of RGB (Red+Green+Blue) = 41+255+236=532 (70% of max value = 765). Red value is 41 (16.41% from 255 or 7.71% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #29FFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29FFEC is #D60013. Grayscale: #BCBCBC. Windows color (decimal): -14024724 or 15531817. OLE color: 15531817.
HSL color Cylindrical-coordinate representation of color #29FFEC: hue angle of 174.67º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FFEC is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 255 | 236 | - |
| CMYK | 0.84 | 0 | 0.07 | 0 |
| HSL | 174.67º | 1% | 0.58% | - |
| HSV(B) | 174.67º | 0.84% | 1% | - |
| XYZ | 51.81 | 78.05 | 91.69 | - |
| YUV | 188.85 | 154.6 | 22.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 255 | 236 | 0.84 | 0 | 0.07 | 0 | 174.67 | 1 | 0.58 |
| Hex | 29 | FF | EC | 54 | 0 | 7 | 0 | AF | 64 | 3A |
| Octal | 51 | 377 | 354 | 124 | 0 | 7 | 0 | 257 | 144 | 72 |
| Binary | 101001 | 11111111 | 11101100 | 1010100 | 0 | 111 | 0 | 10101111 | 1100100 | 111010 |
Color Harmonies of #29FFEC
Complementary color
Monochromatic Colors of #29FFEC
Black with #29FFEC
Text Example
Text Example
White with #29FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FFEC; }
p { color: rgb(41,255,236); }
H1.HeaderClassName
{
color: #29FFEC;
}
.AnyTagClassName
{
color: #29FFEC;
}
</style>
background-color css
<style>
a { background-color: #29FFEC; }
a { background-color: rgb(41,255,236); }
div.DivClassName
{
background-color: #29FFEC;
}
.BgClassName
{
background-color: #29FFEC;
}
</style>
border-color css
<style>
span { border-color: #29FFEC; }
span { border-color: rgb(41,255,236); }
td.TdClassName
{
border-color: #29FFEC;
}
.TagClassName
{
border-color: #29FFEC;
}
</style>