Shades of Turquoise Blue #5FD3EF
Tints of Turquoise Blue #5FD3EF
RGB
CMYK
RGB Variations
Color information
#5FD3EF (or 0x5FD3EF) is known color: Turquoise Blue. HEX triplet: 5F, D3 and EF. RGB value is (95,211,239). Sum of RGB (Red+Green+Blue) = 95+211+239=545 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.43% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #5FD3EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD3EF is #A02C10. Grayscale: #B3B3B3. Windows color (decimal): -10497041 or 15717215. OLE color: 15717215.
HSL color Cylindrical-coordinate representation of color #5FD3EF: hue angle of 191.67º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FD3EF is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 211 | 239 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.06 |
| HSL | 191.67º | 0.82% | 0.65% | - |
| HSV(B) | 191.67º | 0.6% | 0.94% | - |
| XYZ | 43.59 | 55.25 | 90.03 | - |
| YUV | 179.51 | 161.57 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 211 | 239 | 0.60 | 0.12 | 0 | 0.06 | 191.67 | 0.82 | 0.65 |
| Hex | 5F | D3 | EF | 3C | C | 0 | 6 | C0 | 52 | 41 |
| Octal | 137 | 323 | 357 | 74 | 14 | 0 | 6 | 300 | 122 | 101 |
| Binary | 1011111 | 11010011 | 11101111 | 111100 | 1100 | 0 | 110 | 11000000 | 1010010 | 1000001 |
Color Harmonies of #5FD3EF
Complementary color
Monochromatic Colors of #5FD3EF
Black with #5FD3EF
Text Example
Text Example
White with #5FD3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD3EF; }
p { color: rgb(95,211,239); }
H1.HeaderClassName
{
color: #5FD3EF;
}
.AnyTagClassName
{
color: #5FD3EF;
}
</style>
background-color css
<style>
a { background-color: #5FD3EF; }
a { background-color: rgb(95,211,239); }
div.DivClassName
{
background-color: #5FD3EF;
}
.BgClassName
{
background-color: #5FD3EF;
}
</style>
border-color css
<style>
span { border-color: #5FD3EF; }
span { border-color: rgb(95,211,239); }
td.TdClassName
{
border-color: #5FD3EF;
}
.TagClassName
{
border-color: #5FD3EF;
}
</style>