Shades of Turquoise Blue #5FF0DF
Tints of Turquoise Blue #5FF0DF
RGB
CMYK
RGB Variations
Color information
#5FF0DF (or 0x5FF0DF) is known color: Turquoise Blue. HEX triplet: 5F, F0 and DF. RGB value is (95,240,223). Sum of RGB (Red+Green+Blue) = 95+240+223=558 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.03% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 240 - color contains mainly: green. Hex color #5FF0DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF0DF is #A00F20. Grayscale: #C2C2C2. Windows color (decimal): -10489633 or 14676063. OLE color: 14676063.
HSL color Cylindrical-coordinate representation of color #5FF0DF: hue angle of 172.97º 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 #5FF0DF is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 240 | 223 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.06 |
| HSL | 172.97º | 0.83% | 0.66% | - |
| HSV(B) | 172.97º | 0.6% | 0.94% | - |
| XYZ | 49.2 | 70.08 | 80.75 | - |
| YUV | 194.71 | 143.96 | 56.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 240 | 223 | 0.60 | 0 | 0.07 | 0.06 | 172.97 | 0.83 | 0.66 |
| Hex | 5F | F0 | DF | 3C | 0 | 7 | 6 | AD | 53 | 42 |
| Octal | 137 | 360 | 337 | 74 | 0 | 7 | 6 | 255 | 123 | 102 |
| Binary | 1011111 | 11110000 | 11011111 | 111100 | 0 | 111 | 110 | 10101101 | 1010011 | 1000010 |
Color Harmonies of #5FF0DF
Complementary color
Monochromatic Colors of #5FF0DF
Black with #5FF0DF
Text Example
Text Example
White with #5FF0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF0DF; }
p { color: rgb(95,240,223); }
H1.HeaderClassName
{
color: #5FF0DF;
}
.AnyTagClassName
{
color: #5FF0DF;
}
</style>
background-color css
<style>
a { background-color: #5FF0DF; }
a { background-color: rgb(95,240,223); }
div.DivClassName
{
background-color: #5FF0DF;
}
.BgClassName
{
background-color: #5FF0DF;
}
</style>
border-color css
<style>
span { border-color: #5FF0DF; }
span { border-color: rgb(95,240,223); }
td.TdClassName
{
border-color: #5FF0DF;
}
.TagClassName
{
border-color: #5FF0DF;
}
</style>