Shades of Turquoise Blue #5FE0EF
Tints of Turquoise Blue #5FE0EF
RGB
CMYK
RGB Variations
Color information
#5FE0EF (or 0x5FE0EF) is known color: Turquoise Blue. HEX triplet: 5F, E0 and EF. RGB value is (95,224,239). Sum of RGB (Red+Green+Blue) = 95+224+239=558 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.03% from 558); Green value is 224 (87.89% from 255 or 40.14% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #5FE0EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FE0EF is #A01F10. Grayscale: #BABABA. Windows color (decimal): -10493713 or 15720543. OLE color: 15720543.
HSL color Cylindrical-coordinate representation of color #5FE0EF: hue angle of 186.25º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FE0EF is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 224 | 239 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.06 |
| HSL | 186.25º | 0.82% | 0.65% | - |
| HSV(B) | 186.25º | 0.6% | 0.94% | - |
| XYZ | 46.95 | 61.98 | 91.15 | - |
| YUV | 187.14 | 157.26 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 224 | 239 | 0.60 | 0.06 | 0 | 0.06 | 186.25 | 0.82 | 0.65 |
| Hex | 5F | E0 | EF | 3C | 6 | 0 | 6 | BA | 52 | 41 |
| Octal | 137 | 340 | 357 | 74 | 6 | 0 | 6 | 272 | 122 | 101 |
| Binary | 1011111 | 11100000 | 11101111 | 111100 | 110 | 0 | 110 | 10111010 | 1010010 | 1000001 |
Color Harmonies of #5FE0EF
Complementary color
Monochromatic Colors of #5FE0EF
Black with #5FE0EF
Text Example
Text Example
White with #5FE0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE0EF; }
p { color: rgb(95,224,239); }
H1.HeaderClassName
{
color: #5FE0EF;
}
.AnyTagClassName
{
color: #5FE0EF;
}
</style>
background-color css
<style>
a { background-color: #5FE0EF; }
a { background-color: rgb(95,224,239); }
div.DivClassName
{
background-color: #5FE0EF;
}
.BgClassName
{
background-color: #5FE0EF;
}
</style>
border-color css
<style>
span { border-color: #5FE0EF; }
span { border-color: rgb(95,224,239); }
td.TdClassName
{
border-color: #5FE0EF;
}
.TagClassName
{
border-color: #5FE0EF;
}
</style>