Shades of Turquoise Blue #5FF0EC
Tints of Turquoise Blue #5FF0EC
RGB
CMYK
RGB Variations
Color information
#5FF0EC (or 0x5FF0EC) is known color: Turquoise Blue. HEX triplet: 5F, F0 and EC. RGB value is (95,240,236). Sum of RGB (Red+Green+Blue) = 95+240+236=571 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.64% from 571); Green value is 240 (94.14% from 255 or 42.03% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 240 - color contains mainly: green. Hex color #5FF0EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FF0EC is #A00F13. Grayscale: #C4C4C4. Windows color (decimal): -10489620 or 15528031. OLE color: 15528031.
HSL color Cylindrical-coordinate representation of color #5FF0EC: hue angle of 178.34º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FF0EC is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 240 | 236 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.06 |
| HSL | 178.34º | 0.83% | 0.66% | - |
| HSV(B) | 178.34º | 0.6% | 0.94% | - |
| XYZ | 51.02 | 70.81 | 90.34 | - |
| YUV | 196.19 | 150.46 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 240 | 236 | 0.60 | 0 | 0.02 | 0.06 | 178.34 | 0.83 | 0.66 |
| Hex | 5F | F0 | EC | 3C | 0 | 2 | 6 | B2 | 53 | 42 |
| Octal | 137 | 360 | 354 | 74 | 0 | 2 | 6 | 262 | 123 | 102 |
| Binary | 1011111 | 11110000 | 11101100 | 111100 | 0 | 10 | 110 | 10110010 | 1010011 | 1000010 |
Color Harmonies of #5FF0EC
Complementary color
Monochromatic Colors of #5FF0EC
Black with #5FF0EC
Text Example
Text Example
White with #5FF0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF0EC; }
p { color: rgb(95,240,236); }
H1.HeaderClassName
{
color: #5FF0EC;
}
.AnyTagClassName
{
color: #5FF0EC;
}
</style>
background-color css
<style>
a { background-color: #5FF0EC; }
a { background-color: rgb(95,240,236); }
div.DivClassName
{
background-color: #5FF0EC;
}
.BgClassName
{
background-color: #5FF0EC;
}
</style>
border-color css
<style>
span { border-color: #5FF0EC; }
span { border-color: rgb(95,240,236); }
td.TdClassName
{
border-color: #5FF0EC;
}
.TagClassName
{
border-color: #5FF0EC;
}
</style>