Shades of Turquoise Blue #5FD1ED
Tints of Turquoise Blue #5FD1ED
RGB
CMYK
RGB Variations
Color information
#5FD1ED (or 0x5FD1ED) is known color: Turquoise Blue. HEX triplet: 5F, D1 and ED. RGB value is (95,209,237). Sum of RGB (Red+Green+Blue) = 95+209+237=541 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.56% from 541); Green value is 209 (82.03% from 255 or 38.63% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #5FD1ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD1ED is #A02E12. Grayscale: #B1B1B1. Windows color (decimal): -10497555 or 15585631. OLE color: 15585631.
HSL color Cylindrical-coordinate representation of color #5FD1ED: hue angle of 191.83º degrees, saturation: 0.8, 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 #5FD1ED is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 209 | 237 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.07 |
| HSL | 191.83º | 0.8% | 0.65% | - |
| HSV(B) | 191.83º | 0.6% | 0.93% | - |
| XYZ | 42.81 | 54.15 | 88.32 | - |
| YUV | 178.11 | 161.23 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 209 | 237 | 0.60 | 0.12 | 0 | 0.07 | 191.83 | 0.8 | 0.65 |
| Hex | 5F | D1 | ED | 3C | C | 0 | 7 | C0 | 50 | 41 |
| Octal | 137 | 321 | 355 | 74 | 14 | 0 | 7 | 300 | 120 | 101 |
| Binary | 1011111 | 11010001 | 11101101 | 111100 | 1100 | 0 | 111 | 11000000 | 1010000 | 1000001 |
Color Harmonies of #5FD1ED
Complementary color
Monochromatic Colors of #5FD1ED
Black with #5FD1ED
Text Example
Text Example
White with #5FD1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD1ED; }
p { color: rgb(95,209,237); }
H1.HeaderClassName
{
color: #5FD1ED;
}
.AnyTagClassName
{
color: #5FD1ED;
}
</style>
background-color css
<style>
a { background-color: #5FD1ED; }
a { background-color: rgb(95,209,237); }
div.DivClassName
{
background-color: #5FD1ED;
}
.BgClassName
{
background-color: #5FD1ED;
}
</style>
border-color css
<style>
span { border-color: #5FD1ED; }
span { border-color: rgb(95,209,237); }
td.TdClassName
{
border-color: #5FD1ED;
}
.TagClassName
{
border-color: #5FD1ED;
}
</style>