Shades of Turquoise Blue #5FE2FB
Tints of Turquoise Blue #5FE2FB
RGB
CMYK
RGB Variations
Color information
#5FE2FB (or 0x5FE2FB) is known color: Turquoise Blue. HEX triplet: 5F, E2 and FB. RGB value is (95,226,251). Sum of RGB (Red+Green+Blue) = 95+226+251=572 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.61% from 572); Green value is 226 (88.67% from 255 or 39.51% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #5FE2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FE2FB is #A01D04. Grayscale: #BDBDBD. Windows color (decimal): -10493189 or 16507487. OLE color: 16507487.
HSL color Cylindrical-coordinate representation of color #5FE2FB: hue angle of 189.62º 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 #5FE2FB is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 226 | 251 | - |
| CMYK | 0.62 | 0.10 | 0 | 0.02 |
| HSL | 189.62º | 0.95% | 0.68% | - |
| HSV(B) | 189.62º | 0.62% | 0.98% | - |
| XYZ | 49.33 | 63.79 | 100.98 | - |
| YUV | 189.68 | 162.6 | 60.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 226 | 251 | 0.62 | 0.10 | 0 | 0.02 | 189.62 | 0.95 | 0.68 |
| Hex | 5F | E2 | FB | 3E | A | 0 | 2 | BE | 5F | 44 |
| Octal | 137 | 342 | 373 | 76 | 12 | 0 | 2 | 276 | 137 | 104 |
| Binary | 1011111 | 11100010 | 11111011 | 111110 | 1010 | 0 | 10 | 10111110 | 1011111 | 1000100 |
Color Harmonies of #5FE2FB
Complementary color
Monochromatic Colors of #5FE2FB
Black with #5FE2FB
Text Example
Text Example
White with #5FE2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE2FB; }
p { color: rgb(95,226,251); }
H1.HeaderClassName
{
color: #5FE2FB;
}
.AnyTagClassName
{
color: #5FE2FB;
}
</style>
background-color css
<style>
a { background-color: #5FE2FB; }
a { background-color: rgb(95,226,251); }
div.DivClassName
{
background-color: #5FE2FB;
}
.BgClassName
{
background-color: #5FE2FB;
}
</style>
border-color css
<style>
span { border-color: #5FE2FB; }
span { border-color: rgb(95,226,251); }
td.TdClassName
{
border-color: #5FE2FB;
}
.TagClassName
{
border-color: #5FE2FB;
}
</style>