Shades of Turquoise Blue #5FD2FB
Tints of Turquoise Blue #5FD2FB
RGB
CMYK
RGB Variations
Color information
#5FD2FB (or 0x5FD2FB) is known color: Turquoise Blue. HEX triplet: 5F, D2 and FB. RGB value is (95,210,251). Sum of RGB (Red+Green+Blue) = 95+210+251=556 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.09% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #5FD2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD2FB is #A02D04. Grayscale: #B4B4B4. Windows color (decimal): -10497285 or 16503391. OLE color: 16503391.
HSL color Cylindrical-coordinate representation of color #5FD2FB: hue angle of 195.77º 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 #5FD2FB is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 210 | 251 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.02 |
| HSL | 195.77º | 0.95% | 0.68% | - |
| HSV(B) | 195.77º | 0.62% | 0.98% | - |
| XYZ | 45.18 | 55.49 | 99.6 | - |
| YUV | 180.29 | 167.9 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 210 | 251 | 0.62 | 0.16 | 0 | 0.02 | 195.77 | 0.95 | 0.68 |
| Hex | 5F | D2 | FB | 3E | 10 | 0 | 2 | C4 | 5F | 44 |
| Octal | 137 | 322 | 373 | 76 | 20 | 0 | 2 | 304 | 137 | 104 |
| Binary | 1011111 | 11010010 | 11111011 | 111110 | 10000 | 0 | 10 | 11000100 | 1011111 | 1000100 |
Color Harmonies of #5FD2FB
Complementary color
Monochromatic Colors of #5FD2FB
Black with #5FD2FB
Text Example
Text Example
White with #5FD2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD2FB; }
p { color: rgb(95,210,251); }
H1.HeaderClassName
{
color: #5FD2FB;
}
.AnyTagClassName
{
color: #5FD2FB;
}
</style>
background-color css
<style>
a { background-color: #5FD2FB; }
a { background-color: rgb(95,210,251); }
div.DivClassName
{
background-color: #5FD2FB;
}
.BgClassName
{
background-color: #5FD2FB;
}
</style>
border-color css
<style>
span { border-color: #5FD2FB; }
span { border-color: rgb(95,210,251); }
td.TdClassName
{
border-color: #5FD2FB;
}
.TagClassName
{
border-color: #5FD2FB;
}
</style>