Shades of Turquoise Blue #5FD1FA
Tints of Turquoise Blue #5FD1FA
RGB
CMYK
RGB Variations
Color information
#5FD1FA (or 0x5FD1FA) is known color: Turquoise Blue. HEX triplet: 5F, D1 and FA. RGB value is (95,209,250). Sum of RGB (Red+Green+Blue) = 95+209+250=554 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.15% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #5FD1FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD1FA is #A02E05. Grayscale: #B3B3B3. Windows color (decimal): -10497542 or 16437599. OLE color: 16437599.
HSL color Cylindrical-coordinate representation of color #5FD1FA: hue angle of 195.87º degrees, saturation: 0.94, 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 #5FD1FA is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 209 | 250 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.02 |
| HSL | 195.87º | 0.94% | 0.68% | - |
| HSV(B) | 195.87º | 0.62% | 0.98% | - |
| XYZ | 44.78 | 54.94 | 98.69 | - |
| YUV | 179.59 | 167.73 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 209 | 250 | 0.62 | 0.16 | 0 | 0.02 | 195.87 | 0.94 | 0.68 |
| Hex | 5F | D1 | FA | 3E | 10 | 0 | 2 | C4 | 5E | 44 |
| Octal | 137 | 321 | 372 | 76 | 20 | 0 | 2 | 304 | 136 | 104 |
| Binary | 1011111 | 11010001 | 11111010 | 111110 | 10000 | 0 | 10 | 11000100 | 1011110 | 1000100 |
Color Harmonies of #5FD1FA
Complementary color
Monochromatic Colors of #5FD1FA
Black with #5FD1FA
Text Example
Text Example
White with #5FD1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD1FA; }
p { color: rgb(95,209,250); }
H1.HeaderClassName
{
color: #5FD1FA;
}
.AnyTagClassName
{
color: #5FD1FA;
}
</style>
background-color css
<style>
a { background-color: #5FD1FA; }
a { background-color: rgb(95,209,250); }
div.DivClassName
{
background-color: #5FD1FA;
}
.BgClassName
{
background-color: #5FD1FA;
}
</style>
border-color css
<style>
span { border-color: #5FD1FA; }
span { border-color: rgb(95,209,250); }
td.TdClassName
{
border-color: #5FD1FA;
}
.TagClassName
{
border-color: #5FD1FA;
}
</style>