Shades of Turquoise Blue #5FD3FB
Tints of Turquoise Blue #5FD3FB
RGB
CMYK
RGB Variations
Color information
#5FD3FB (or 0x5FD3FB) is known color: Turquoise Blue. HEX triplet: 5F, D3 and FB. RGB value is (95,211,251). Sum of RGB (Red+Green+Blue) = 95+211+251=557 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.06% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #5FD3FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD3FB is #A02C04. Grayscale: #B4B4B4. Windows color (decimal): -10497029 or 16503647. OLE color: 16503647.
HSL color Cylindrical-coordinate representation of color #5FD3FB: hue angle of 195.38º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FD3FB is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 211 | 251 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.02 |
| HSL | 195.38º | 0.95% | 0.68% | - |
| HSV(B) | 195.38º | 0.62% | 0.98% | - |
| XYZ | 45.43 | 55.99 | 99.68 | - |
| YUV | 180.88 | 167.57 | 66.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 211 | 251 | 0.62 | 0.16 | 0 | 0.02 | 195.38 | 0.95 | 0.68 |
| Hex | 5F | D3 | FB | 3E | 10 | 0 | 2 | C3 | 5F | 44 |
| Octal | 137 | 323 | 373 | 76 | 20 | 0 | 2 | 303 | 137 | 104 |
| Binary | 1011111 | 11010011 | 11111011 | 111110 | 10000 | 0 | 10 | 11000011 | 1011111 | 1000100 |
Color Harmonies of #5FD3FB
Complementary color
Monochromatic Colors of #5FD3FB
Black with #5FD3FB
Text Example
Text Example
White with #5FD3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD3FB; }
p { color: rgb(95,211,251); }
H1.HeaderClassName
{
color: #5FD3FB;
}
.AnyTagClassName
{
color: #5FD3FB;
}
</style>
background-color css
<style>
a { background-color: #5FD3FB; }
a { background-color: rgb(95,211,251); }
div.DivClassName
{
background-color: #5FD3FB;
}
.BgClassName
{
background-color: #5FD3FB;
}
</style>
border-color css
<style>
span { border-color: #5FD3FB; }
span { border-color: rgb(95,211,251); }
td.TdClassName
{
border-color: #5FD3FB;
}
.TagClassName
{
border-color: #5FD3FB;
}
</style>