Shades of Turquoise Blue #5FF0DB
Tints of Turquoise Blue #5FF0DB
RGB
CMYK
RGB Variations
Color information
#5FF0DB (or 0x5FF0DB) is known color: Turquoise Blue. HEX triplet: 5F, F0 and DB. RGB value is (95,240,219). Sum of RGB (Red+Green+Blue) = 95+240+219=554 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.15% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #5FF0DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF0DB is #A00F24. Grayscale: #C2C2C2. Windows color (decimal): -10489637 or 14413919. OLE color: 14413919.
HSL color Cylindrical-coordinate representation of color #5FF0DB: hue angle of 171.31º 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 #5FF0DB is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 240 | 219 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.06 |
| HSL | 171.31º | 0.83% | 0.66% | - |
| HSV(B) | 171.31º | 0.6% | 0.94% | - |
| XYZ | 48.67 | 69.87 | 77.94 | - |
| YUV | 194.25 | 141.96 | 57.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 240 | 219 | 0.60 | 0 | 0.09 | 0.06 | 171.31 | 0.83 | 0.66 |
| Hex | 5F | F0 | DB | 3C | 0 | 9 | 6 | AB | 53 | 42 |
| Octal | 137 | 360 | 333 | 74 | 0 | 11 | 6 | 253 | 123 | 102 |
| Binary | 1011111 | 11110000 | 11011011 | 111100 | 0 | 1001 | 110 | 10101011 | 1010011 | 1000010 |
Color Harmonies of #5FF0DB
Complementary color
Monochromatic Colors of #5FF0DB
Black with #5FF0DB
Text Example
Text Example
White with #5FF0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF0DB; }
p { color: rgb(95,240,219); }
H1.HeaderClassName
{
color: #5FF0DB;
}
.AnyTagClassName
{
color: #5FF0DB;
}
</style>
background-color css
<style>
a { background-color: #5FF0DB; }
a { background-color: rgb(95,240,219); }
div.DivClassName
{
background-color: #5FF0DB;
}
.BgClassName
{
background-color: #5FF0DB;
}
</style>
border-color css
<style>
span { border-color: #5FF0DB; }
span { border-color: rgb(95,240,219); }
td.TdClassName
{
border-color: #5FF0DB;
}
.TagClassName
{
border-color: #5FF0DB;
}
</style>