Shades of Turquoise Blue #5FD3EE
Tints of Turquoise Blue #5FD3EE
RGB
CMYK
RGB Variations
Color information
#5FD3EE (or 0x5FD3EE) is known color: Turquoise Blue. HEX triplet: 5F, D3 and EE. RGB value is (95,211,238). Sum of RGB (Red+Green+Blue) = 95+211+238=544 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.46% from 544); Green value is 211 (82.81% from 255 or 38.79% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #5FD3EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD3EE is #A02C11. Grayscale: #B3B3B3. Windows color (decimal): -10497042 or 15651679. OLE color: 15651679.
HSL color Cylindrical-coordinate representation of color #5FD3EE: hue angle of 191.33º degrees, saturation: 0.81, 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 #5FD3EE is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 211 | 238 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.07 |
| HSL | 191.33º | 0.81% | 0.65% | - |
| HSV(B) | 191.33º | 0.6% | 0.93% | - |
| XYZ | 43.45 | 55.19 | 89.25 | - |
| YUV | 179.39 | 161.07 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 211 | 238 | 0.60 | 0.11 | 0 | 0.07 | 191.33 | 0.81 | 0.65 |
| Hex | 5F | D3 | EE | 3C | B | 0 | 7 | BF | 51 | 41 |
| Octal | 137 | 323 | 356 | 74 | 13 | 0 | 7 | 277 | 121 | 101 |
| Binary | 1011111 | 11010011 | 11101110 | 111100 | 1011 | 0 | 111 | 10111111 | 1010001 | 1000001 |
Color Harmonies of #5FD3EE
Complementary color
Monochromatic Colors of #5FD3EE
Black with #5FD3EE
Text Example
Text Example
White with #5FD3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD3EE; }
p { color: rgb(95,211,238); }
H1.HeaderClassName
{
color: #5FD3EE;
}
.AnyTagClassName
{
color: #5FD3EE;
}
</style>
background-color css
<style>
a { background-color: #5FD3EE; }
a { background-color: rgb(95,211,238); }
div.DivClassName
{
background-color: #5FD3EE;
}
.BgClassName
{
background-color: #5FD3EE;
}
</style>
border-color css
<style>
span { border-color: #5FD3EE; }
span { border-color: rgb(95,211,238); }
td.TdClassName
{
border-color: #5FD3EE;
}
.TagClassName
{
border-color: #5FD3EE;
}
</style>