Shades of Turquoise Blue #5FD4DB
Tints of Turquoise Blue #5FD4DB
RGB
CMYK
RGB Variations
Color information
#5FD4DB (or 0x5FD4DB) is known color: Turquoise Blue. HEX triplet: 5F, D4 and DB. RGB value is (95,212,219). Sum of RGB (Red+Green+Blue) = 95+212+219=526 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.06% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #5FD4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD4DB is #A02B24. Grayscale: #B1B1B1. Windows color (decimal): -10496805 or 14406751. OLE color: 14406751.
HSL color Cylindrical-coordinate representation of color #5FD4DB: hue angle of 183.39º 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 #5FD4DB is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 212 | 219 | - |
| CMYK | 0.57 | 0.03 | 0 | 0.14 |
| HSL | 183.39º | 0.63% | 0.62% | - |
| HSV(B) | 183.39º | 0.57% | 0.86% | - |
| XYZ | 41.05 | 54.63 | 75.4 | - |
| YUV | 177.82 | 151.24 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 212 | 219 | 0.57 | 0.03 | 0 | 0.14 | 183.39 | 0.63 | 0.62 |
| Hex | 5F | D4 | DB | 39 | 3 | 0 | E | B7 | 3F | 3E |
| Octal | 137 | 324 | 333 | 71 | 3 | 0 | 16 | 267 | 77 | 76 |
| Binary | 1011111 | 11010100 | 11011011 | 111001 | 11 | 0 | 1110 | 10110111 | 111111 | 111110 |
Color Harmonies of #5FD4DB
Complementary color
Monochromatic Colors of #5FD4DB
Black with #5FD4DB
Text Example
Text Example
White with #5FD4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD4DB; }
p { color: rgb(95,212,219); }
H1.HeaderClassName
{
color: #5FD4DB;
}
.AnyTagClassName
{
color: #5FD4DB;
}
</style>
background-color css
<style>
a { background-color: #5FD4DB; }
a { background-color: rgb(95,212,219); }
div.DivClassName
{
background-color: #5FD4DB;
}
.BgClassName
{
background-color: #5FD4DB;
}
</style>
border-color css
<style>
span { border-color: #5FD4DB; }
span { border-color: rgb(95,212,219); }
td.TdClassName
{
border-color: #5FD4DB;
}
.TagClassName
{
border-color: #5FD4DB;
}
</style>