Shades of Turquoise Blue #5FF0DC
Tints of Turquoise Blue #5FF0DC
RGB
CMYK
RGB Variations
Color information
#5FF0DC (or 0x5FF0DC) is known color: Turquoise Blue. HEX triplet: 5F, F0 and DC. RGB value is (95,240,220). Sum of RGB (Red+Green+Blue) = 95+240+220=555 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.12% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #5FF0DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF0DC is #A00F23. Grayscale: #C2C2C2. Windows color (decimal): -10489636 or 14479455. OLE color: 14479455.
HSL color Cylindrical-coordinate representation of color #5FF0DC: hue angle of 171.72º 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 #5FF0DC is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 240 | 220 | - |
| CMYK | 0.60 | 0 | 0.08 | 0.06 |
| HSL | 171.72º | 0.83% | 0.66% | - |
| HSV(B) | 171.72º | 0.6% | 0.94% | - |
| XYZ | 48.8 | 69.92 | 78.63 | - |
| YUV | 194.37 | 142.46 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 240 | 220 | 0.60 | 0 | 0.08 | 0.06 | 171.72 | 0.83 | 0.66 |
| Hex | 5F | F0 | DC | 3C | 0 | 8 | 6 | AC | 53 | 42 |
| Octal | 137 | 360 | 334 | 74 | 0 | 10 | 6 | 254 | 123 | 102 |
| Binary | 1011111 | 11110000 | 11011100 | 111100 | 0 | 1000 | 110 | 10101100 | 1010011 | 1000010 |
Color Harmonies of #5FF0DC
Complementary color
Monochromatic Colors of #5FF0DC
Black with #5FF0DC
Text Example
Text Example
White with #5FF0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF0DC; }
p { color: rgb(95,240,220); }
H1.HeaderClassName
{
color: #5FF0DC;
}
.AnyTagClassName
{
color: #5FF0DC;
}
</style>
background-color css
<style>
a { background-color: #5FF0DC; }
a { background-color: rgb(95,240,220); }
div.DivClassName
{
background-color: #5FF0DC;
}
.BgClassName
{
background-color: #5FF0DC;
}
</style>
border-color css
<style>
span { border-color: #5FF0DC; }
span { border-color: rgb(95,240,220); }
td.TdClassName
{
border-color: #5FF0DC;
}
.TagClassName
{
border-color: #5FF0DC;
}
</style>