Shades of Turquoise Blue #5FD2EC
Tints of Turquoise Blue #5FD2EC
RGB
CMYK
RGB Variations
Color information
#5FD2EC (or 0x5FD2EC) is known color: Turquoise Blue. HEX triplet: 5F, D2 and EC. RGB value is (95,210,236). Sum of RGB (Red+Green+Blue) = 95+210+236=541 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.56% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #5FD2EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD2EC is #A02D13. Grayscale: #B2B2B2. Windows color (decimal): -10497300 or 15520351. OLE color: 15520351.
HSL color Cylindrical-coordinate representation of color #5FD2EC: hue angle of 191.06º 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 #5FD2EC is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 210 | 236 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.07 |
| HSL | 191.06º | 0.79% | 0.65% | - |
| HSV(B) | 191.06º | 0.6% | 0.93% | - |
| XYZ | 42.91 | 54.58 | 87.63 | - |
| YUV | 178.58 | 160.4 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 210 | 236 | 0.60 | 0.11 | 0 | 0.07 | 191.06 | 0.79 | 0.65 |
| Hex | 5F | D2 | EC | 3C | B | 0 | 7 | BF | 4F | 41 |
| Octal | 137 | 322 | 354 | 74 | 13 | 0 | 7 | 277 | 117 | 101 |
| Binary | 1011111 | 11010010 | 11101100 | 111100 | 1011 | 0 | 111 | 10111111 | 1001111 | 1000001 |
Color Harmonies of #5FD2EC
Complementary color
Monochromatic Colors of #5FD2EC
Black with #5FD2EC
Text Example
Text Example
White with #5FD2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD2EC; }
p { color: rgb(95,210,236); }
H1.HeaderClassName
{
color: #5FD2EC;
}
.AnyTagClassName
{
color: #5FD2EC;
}
</style>
background-color css
<style>
a { background-color: #5FD2EC; }
a { background-color: rgb(95,210,236); }
div.DivClassName
{
background-color: #5FD2EC;
}
.BgClassName
{
background-color: #5FD2EC;
}
</style>
border-color css
<style>
span { border-color: #5FD2EC; }
span { border-color: rgb(95,210,236); }
td.TdClassName
{
border-color: #5FD2EC;
}
.TagClassName
{
border-color: #5FD2EC;
}
</style>