Shades of Turquoise Blue #5FE4EF
Tints of Turquoise Blue #5FE4EF
RGB
CMYK
RGB Variations
Color information
#5FE4EF (or 0x5FE4EF) is known color: Turquoise Blue. HEX triplet: 5F, E4 and EF. RGB value is (95,228,239). Sum of RGB (Red+Green+Blue) = 95+228+239=562 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.90% from 562); Green value is 228 (89.45% from 255 or 40.57% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #5FE4EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FE4EF is #A01B10. Grayscale: #BDBDBD. Windows color (decimal): -10492689 or 15721567. OLE color: 15721567.
HSL color Cylindrical-coordinate representation of color #5FE4EF: hue angle of 184.58º 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 #5FE4EF is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 228 | 239 | - |
| CMYK | 0.60 | 0.05 | 0 | 0.06 |
| HSL | 184.58º | 0.82% | 0.65% | - |
| HSV(B) | 184.58º | 0.6% | 0.94% | - |
| XYZ | 48.04 | 64.15 | 91.51 | - |
| YUV | 189.49 | 155.94 | 60.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 228 | 239 | 0.60 | 0.05 | 0 | 0.06 | 184.58 | 0.82 | 0.65 |
| Hex | 5F | E4 | EF | 3C | 5 | 0 | 6 | B9 | 52 | 41 |
| Octal | 137 | 344 | 357 | 74 | 5 | 0 | 6 | 271 | 122 | 101 |
| Binary | 1011111 | 11100100 | 11101111 | 111100 | 101 | 0 | 110 | 10111001 | 1010010 | 1000001 |
Color Harmonies of #5FE4EF
Complementary color
Monochromatic Colors of #5FE4EF
Black with #5FE4EF
Text Example
Text Example
White with #5FE4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE4EF; }
p { color: rgb(95,228,239); }
H1.HeaderClassName
{
color: #5FE4EF;
}
.AnyTagClassName
{
color: #5FE4EF;
}
</style>
background-color css
<style>
a { background-color: #5FE4EF; }
a { background-color: rgb(95,228,239); }
div.DivClassName
{
background-color: #5FE4EF;
}
.BgClassName
{
background-color: #5FE4EF;
}
</style>
border-color css
<style>
span { border-color: #5FE4EF; }
span { border-color: rgb(95,228,239); }
td.TdClassName
{
border-color: #5FE4EF;
}
.TagClassName
{
border-color: #5FE4EF;
}
</style>