Shades of Turquoise Blue #5FF0E8
Tints of Turquoise Blue #5FF0E8
RGB
CMYK
RGB Variations
Color information
#5FF0E8 (or 0x5FF0E8) is known color: Turquoise Blue. HEX triplet: 5F, F0 and E8. RGB value is (95,240,232). Sum of RGB (Red+Green+Blue) = 95+240+232=567 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.75% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 232 (91.02% from 255 or 40.92% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #5FF0E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FF0E8 is #A00F17. Grayscale: #C3C3C3. Windows color (decimal): -10489624 or 15265887. OLE color: 15265887.
HSL color Cylindrical-coordinate representation of color #5FF0E8: hue angle of 176.69º 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 #5FF0E8 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 240 | 232 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.06 |
| HSL | 176.69º | 0.83% | 0.66% | - |
| HSV(B) | 176.69º | 0.6% | 0.94% | - |
| XYZ | 50.44 | 70.58 | 87.31 | - |
| YUV | 195.73 | 148.46 | 56.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 240 | 232 | 0.60 | 0 | 0.03 | 0.06 | 176.69 | 0.83 | 0.66 |
| Hex | 5F | F0 | E8 | 3C | 0 | 3 | 6 | B1 | 53 | 42 |
| Octal | 137 | 360 | 350 | 74 | 0 | 3 | 6 | 261 | 123 | 102 |
| Binary | 1011111 | 11110000 | 11101000 | 111100 | 0 | 11 | 110 | 10110001 | 1010011 | 1000010 |
Color Harmonies of #5FF0E8
Complementary color
Monochromatic Colors of #5FF0E8
Black with #5FF0E8
Text Example
Text Example
White with #5FF0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF0E8; }
p { color: rgb(95,240,232); }
H1.HeaderClassName
{
color: #5FF0E8;
}
.AnyTagClassName
{
color: #5FF0E8;
}
</style>
background-color css
<style>
a { background-color: #5FF0E8; }
a { background-color: rgb(95,240,232); }
div.DivClassName
{
background-color: #5FF0E8;
}
.BgClassName
{
background-color: #5FF0E8;
}
</style>
border-color css
<style>
span { border-color: #5FF0E8; }
span { border-color: rgb(95,240,232); }
td.TdClassName
{
border-color: #5FF0E8;
}
.TagClassName
{
border-color: #5FF0E8;
}
</style>