Shades of Turquoise Blue #5FE2EF
Tints of Turquoise Blue #5FE2EF
RGB
CMYK
RGB Variations
Color information
#5FE2EF (or 0x5FE2EF) is known color: Turquoise Blue. HEX triplet: 5F, E2 and EF. RGB value is (95,226,239). Sum of RGB (Red+Green+Blue) = 95+226+239=560 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.96% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #5FE2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FE2EF is #A01D10. Grayscale: #BCBCBC. Windows color (decimal): -10493201 or 15721055. OLE color: 15721055.
HSL color Cylindrical-coordinate representation of color #5FE2EF: hue angle of 185.42º 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 #5FE2EF is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 226 | 239 | - |
| CMYK | 0.60 | 0.05 | 0 | 0.06 |
| HSL | 185.42º | 0.82% | 0.65% | - |
| HSV(B) | 185.42º | 0.6% | 0.94% | - |
| XYZ | 47.5 | 63.06 | 91.33 | - |
| YUV | 188.31 | 156.6 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 226 | 239 | 0.60 | 0.05 | 0 | 0.06 | 185.42 | 0.82 | 0.65 |
| Hex | 5F | E2 | EF | 3C | 5 | 0 | 6 | B9 | 52 | 41 |
| Octal | 137 | 342 | 357 | 74 | 5 | 0 | 6 | 271 | 122 | 101 |
| Binary | 1011111 | 11100010 | 11101111 | 111100 | 101 | 0 | 110 | 10111001 | 1010010 | 1000001 |
Color Harmonies of #5FE2EF
Complementary color
Monochromatic Colors of #5FE2EF
Black with #5FE2EF
Text Example
Text Example
White with #5FE2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE2EF; }
p { color: rgb(95,226,239); }
H1.HeaderClassName
{
color: #5FE2EF;
}
.AnyTagClassName
{
color: #5FE2EF;
}
</style>
background-color css
<style>
a { background-color: #5FE2EF; }
a { background-color: rgb(95,226,239); }
div.DivClassName
{
background-color: #5FE2EF;
}
.BgClassName
{
background-color: #5FE2EF;
}
</style>
border-color css
<style>
span { border-color: #5FE2EF; }
span { border-color: rgb(95,226,239); }
td.TdClassName
{
border-color: #5FE2EF;
}
.TagClassName
{
border-color: #5FE2EF;
}
</style>