Shades of Turquoise Blue #5FD0DB
Tints of Turquoise Blue #5FD0DB
RGB
CMYK
RGB Variations
Color information
#5FD0DB (or 0x5FD0DB) is known color: Turquoise Blue. HEX triplet: 5F, D0 and DB. RGB value is (95,208,219). Sum of RGB (Red+Green+Blue) = 95+208+219=522 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.20% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #5FD0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD0DB is #A02F24. Grayscale: #AFAFAF. Windows color (decimal): -10497829 or 14405727. OLE color: 14405727.
HSL color Cylindrical-coordinate representation of color #5FD0DB: hue angle of 185.32º 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 #5FD0DB is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 208 | 219 | - |
| CMYK | 0.57 | 0.05 | 0 | 0.14 |
| HSL | 185.32º | 0.63% | 0.62% | - |
| HSV(B) | 185.32º | 0.57% | 0.86% | - |
| XYZ | 40.06 | 52.66 | 75.07 | - |
| YUV | 175.47 | 152.56 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 219 | 0.57 | 0.05 | 0 | 0.14 | 185.32 | 0.63 | 0.62 |
| Hex | 5F | D0 | DB | 39 | 5 | 0 | E | B9 | 3F | 3E |
| Octal | 137 | 320 | 333 | 71 | 5 | 0 | 16 | 271 | 77 | 76 |
| Binary | 1011111 | 11010000 | 11011011 | 111001 | 101 | 0 | 1110 | 10111001 | 111111 | 111110 |
Color Harmonies of #5FD0DB
Complementary color
Monochromatic Colors of #5FD0DB
Black with #5FD0DB
Text Example
Text Example
White with #5FD0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD0DB; }
p { color: rgb(95,208,219); }
H1.HeaderClassName
{
color: #5FD0DB;
}
.AnyTagClassName
{
color: #5FD0DB;
}
</style>
background-color css
<style>
a { background-color: #5FD0DB; }
a { background-color: rgb(95,208,219); }
div.DivClassName
{
background-color: #5FD0DB;
}
.BgClassName
{
background-color: #5FD0DB;
}
</style>
border-color css
<style>
span { border-color: #5FD0DB; }
span { border-color: rgb(95,208,219); }
td.TdClassName
{
border-color: #5FD0DB;
}
.TagClassName
{
border-color: #5FD0DB;
}
</style>