Shades of Turquoise Blue #5FD8DB
Tints of Turquoise Blue #5FD8DB
RGB
CMYK
RGB Variations
Color information
#5FD8DB (or 0x5FD8DB) is known color: Turquoise Blue. HEX triplet: 5F, D8 and DB. RGB value is (95,216,219). Sum of RGB (Red+Green+Blue) = 95+216+219=530 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.92% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #5FD8DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD8DB is #A02724. Grayscale: #B4B4B4. Windows color (decimal): -10495781 or 14407775. OLE color: 14407775.
HSL color Cylindrical-coordinate representation of color #5FD8DB: hue angle of 181.45º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FD8DB is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 216 | 219 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.14 |
| HSL | 181.45º | 0.63% | 0.62% | - |
| HSV(B) | 181.45º | 0.57% | 0.86% | - |
| XYZ | 42.06 | 56.66 | 75.74 | - |
| YUV | 180.16 | 149.91 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 216 | 219 | 0.57 | 0.01 | 0 | 0.14 | 181.45 | 0.63 | 0.62 |
| Hex | 5F | D8 | DB | 39 | 1 | 0 | E | B5 | 3F | 3E |
| Octal | 137 | 330 | 333 | 71 | 1 | 0 | 16 | 265 | 77 | 76 |
| Binary | 1011111 | 11011000 | 11011011 | 111001 | 1 | 0 | 1110 | 10110101 | 111111 | 111110 |
Color Harmonies of #5FD8DB
Complementary color
Monochromatic Colors of #5FD8DB
Black with #5FD8DB
Text Example
Text Example
White with #5FD8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD8DB; }
p { color: rgb(95,216,219); }
H1.HeaderClassName
{
color: #5FD8DB;
}
.AnyTagClassName
{
color: #5FD8DB;
}
</style>
background-color css
<style>
a { background-color: #5FD8DB; }
a { background-color: rgb(95,216,219); }
div.DivClassName
{
background-color: #5FD8DB;
}
.BgClassName
{
background-color: #5FD8DB;
}
</style>
border-color css
<style>
span { border-color: #5FD8DB; }
span { border-color: rgb(95,216,219); }
td.TdClassName
{
border-color: #5FD8DB;
}
.TagClassName
{
border-color: #5FD8DB;
}
</style>