Shades of Turquoise Blue #5FF0ED
Tints of Turquoise Blue #5FF0ED
RGB
CMYK
RGB Variations
Color information
#5FF0ED (or 0x5FF0ED) is known color: Turquoise Blue. HEX triplet: 5F, F0 and ED. RGB value is (95,240,237). Sum of RGB (Red+Green+Blue) = 95+240+237=572 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.61% from 572); Green value is 240 (94.14% from 255 or 41.96% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 240 - color contains mainly: green. Hex color #5FF0ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FF0ED is #A00F12. Grayscale: #C4C4C4. Windows color (decimal): -10489619 or 15593567. OLE color: 15593567.
HSL color Cylindrical-coordinate representation of color #5FF0ED: hue angle of 178.76º 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 #5FF0ED is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 240 | 237 | - |
| CMYK | 0.60 | 0 | 0.01 | 0.06 |
| HSL | 178.76º | 0.83% | 0.66% | - |
| HSV(B) | 178.76º | 0.6% | 0.94% | - |
| XYZ | 51.17 | 70.87 | 91.1 | - |
| YUV | 196.3 | 150.96 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 240 | 237 | 0.60 | 0 | 0.01 | 0.06 | 178.76 | 0.83 | 0.66 |
| Hex | 5F | F0 | ED | 3C | 0 | 1 | 6 | B3 | 53 | 42 |
| Octal | 137 | 360 | 355 | 74 | 0 | 1 | 6 | 263 | 123 | 102 |
| Binary | 1011111 | 11110000 | 11101101 | 111100 | 0 | 1 | 110 | 10110011 | 1010011 | 1000010 |
Color Harmonies of #5FF0ED
Complementary color
Monochromatic Colors of #5FF0ED
Black with #5FF0ED
Text Example
Text Example
White with #5FF0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF0ED; }
p { color: rgb(95,240,237); }
H1.HeaderClassName
{
color: #5FF0ED;
}
.AnyTagClassName
{
color: #5FF0ED;
}
</style>
background-color css
<style>
a { background-color: #5FF0ED; }
a { background-color: rgb(95,240,237); }
div.DivClassName
{
background-color: #5FF0ED;
}
.BgClassName
{
background-color: #5FF0ED;
}
</style>
border-color css
<style>
span { border-color: #5FF0ED; }
span { border-color: rgb(95,240,237); }
td.TdClassName
{
border-color: #5FF0ED;
}
.TagClassName
{
border-color: #5FF0ED;
}
</style>