Shades of Turquoise Blue #5FDBEC
Tints of Turquoise Blue #5FDBEC
RGB
CMYK
RGB Variations
Color information
#5FDBEC (or 0x5FDBEC) is known color: Turquoise Blue. HEX triplet: 5F, DB and EC. RGB value is (95,219,236). Sum of RGB (Red+Green+Blue) = 95+219+236=550 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.27% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #5FDBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDBEC is #A02413. Grayscale: #B7B7B7. Windows color (decimal): -10494996 or 15522655. OLE color: 15522655.
HSL color Cylindrical-coordinate representation of color #5FDBEC: hue angle of 187.23º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FDBEC is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 219 | 236 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.07 |
| HSL | 187.23º | 0.79% | 0.65% | - |
| HSV(B) | 187.23º | 0.6% | 0.93% | - |
| XYZ | 45.19 | 59.15 | 88.39 | - |
| YUV | 183.86 | 157.42 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 236 | 0.60 | 0.07 | 0 | 0.07 | 187.23 | 0.79 | 0.65 |
| Hex | 5F | DB | EC | 3C | 7 | 0 | 7 | BB | 4F | 41 |
| Octal | 137 | 333 | 354 | 74 | 7 | 0 | 7 | 273 | 117 | 101 |
| Binary | 1011111 | 11011011 | 11101100 | 111100 | 111 | 0 | 111 | 10111011 | 1001111 | 1000001 |
Color Harmonies of #5FDBEC
Complementary color
Monochromatic Colors of #5FDBEC
Black with #5FDBEC
Text Example
Text Example
White with #5FDBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDBEC; }
p { color: rgb(95,219,236); }
H1.HeaderClassName
{
color: #5FDBEC;
}
.AnyTagClassName
{
color: #5FDBEC;
}
</style>
background-color css
<style>
a { background-color: #5FDBEC; }
a { background-color: rgb(95,219,236); }
div.DivClassName
{
background-color: #5FDBEC;
}
.BgClassName
{
background-color: #5FDBEC;
}
</style>
border-color css
<style>
span { border-color: #5FDBEC; }
span { border-color: rgb(95,219,236); }
td.TdClassName
{
border-color: #5FDBEC;
}
.TagClassName
{
border-color: #5FDBEC;
}
</style>