Shades of Turquoise Blue #5FE1FC
Tints of Turquoise Blue #5FE1FC
RGB
CMYK
RGB Variations
Color information
#5FE1FC (or 0x5FE1FC) is known color: Turquoise Blue. HEX triplet: 5F, E1 and FC. RGB value is (95,225,252). Sum of RGB (Red+Green+Blue) = 95+225+252=572 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.61% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #5FE1FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FE1FC is #A01E03. Grayscale: #BCBCBC. Windows color (decimal): -10493444 or 16572767. OLE color: 16572767.
HSL color Cylindrical-coordinate representation of color #5FE1FC: hue angle of 190.32º 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 #5FE1FC is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 225 | 252 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.01 |
| HSL | 190.32º | 0.96% | 0.68% | - |
| HSV(B) | 190.32º | 0.62% | 0.99% | - |
| XYZ | 49.22 | 63.31 | 101.72 | - |
| YUV | 189.21 | 163.43 | 60.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 225 | 252 | 0.62 | 0.11 | 0 | 0.01 | 190.32 | 0.96 | 0.68 |
| Hex | 5F | E1 | FC | 3E | B | 0 | 1 | BE | 60 | 44 |
| Octal | 137 | 341 | 374 | 76 | 13 | 0 | 1 | 276 | 140 | 104 |
| Binary | 1011111 | 11100001 | 11111100 | 111110 | 1011 | 0 | 1 | 10111110 | 1100000 | 1000100 |
Color Harmonies of #5FE1FC
Complementary color
Monochromatic Colors of #5FE1FC
Black with #5FE1FC
Text Example
Text Example
White with #5FE1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE1FC; }
p { color: rgb(95,225,252); }
H1.HeaderClassName
{
color: #5FE1FC;
}
.AnyTagClassName
{
color: #5FE1FC;
}
</style>
background-color css
<style>
a { background-color: #5FE1FC; }
a { background-color: rgb(95,225,252); }
div.DivClassName
{
background-color: #5FE1FC;
}
.BgClassName
{
background-color: #5FE1FC;
}
</style>
border-color css
<style>
span { border-color: #5FE1FC; }
span { border-color: rgb(95,225,252); }
td.TdClassName
{
border-color: #5FE1FC;
}
.TagClassName
{
border-color: #5FE1FC;
}
</style>