Shades of Turquoise Blue #5FD3FC
Tints of Turquoise Blue #5FD3FC
RGB
CMYK
RGB Variations
Color information
#5FD3FC (or 0x5FD3FC) is known color: Turquoise Blue. HEX triplet: 5F, D3 and FC. RGB value is (95,211,252). Sum of RGB (Red+Green+Blue) = 95+211+252=558 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.03% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #5FD3FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD3FC is #A02C03. Grayscale: #B4B4B4. Windows color (decimal): -10497028 or 16569183. OLE color: 16569183.
HSL color Cylindrical-coordinate representation of color #5FD3FC: hue angle of 195.67º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FD3FC is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 211 | 252 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.01 |
| HSL | 195.67º | 0.96% | 0.68% | - |
| HSV(B) | 195.67º | 0.62% | 0.99% | - |
| XYZ | 45.58 | 56.05 | 100.51 | - |
| YUV | 180.99 | 168.07 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 211 | 252 | 0.62 | 0.16 | 0 | 0.01 | 195.67 | 0.96 | 0.68 |
| Hex | 5F | D3 | FC | 3E | 10 | 0 | 1 | C4 | 60 | 44 |
| Octal | 137 | 323 | 374 | 76 | 20 | 0 | 1 | 304 | 140 | 104 |
| Binary | 1011111 | 11010011 | 11111100 | 111110 | 10000 | 0 | 1 | 11000100 | 1100000 | 1000100 |
Color Harmonies of #5FD3FC
Complementary color
Monochromatic Colors of #5FD3FC
Black with #5FD3FC
Text Example
Text Example
White with #5FD3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD3FC; }
p { color: rgb(95,211,252); }
H1.HeaderClassName
{
color: #5FD3FC;
}
.AnyTagClassName
{
color: #5FD3FC;
}
</style>
background-color css
<style>
a { background-color: #5FD3FC; }
a { background-color: rgb(95,211,252); }
div.DivClassName
{
background-color: #5FD3FC;
}
.BgClassName
{
background-color: #5FD3FC;
}
</style>
border-color css
<style>
span { border-color: #5FD3FC; }
span { border-color: rgb(95,211,252); }
td.TdClassName
{
border-color: #5FD3FC;
}
.TagClassName
{
border-color: #5FD3FC;
}
</style>