Shades of Turquoise Blue #5FE8FE
Tints of Turquoise Blue #5FE8FE
RGB
CMYK
RGB Variations
Color information
#5FE8FE (or 0x5FE8FE) is known color: Turquoise Blue. HEX triplet: 5F, E8 and FE. RGB value is (95,232,254). Sum of RGB (Red+Green+Blue) = 95+232+254=581 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.35% from 581); Green value is 232 (91.02% from 255 or 39.93% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FE8FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FE8FE is #A01701. Grayscale: #C1C1C1. Windows color (decimal): -10491650 or 16705631. OLE color: 16705631.
HSL color Cylindrical-coordinate representation of color #5FE8FE: hue angle of 188.3º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FE8FE is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 232 | 254 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.00 |
| HSL | 188.3º | 0.99% | 0.68% | - |
| HSV(B) | 188.3º | 0.63% | 1% | - |
| XYZ | 51.47 | 67.3 | 104.04 | - |
| YUV | 193.55 | 162.11 | 57.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 232 | 254 | 0.63 | 0.09 | 0 | 0.00 | 188.3 | 0.99 | 0.68 |
| Hex | 5F | E8 | FE | 3F | 9 | 0 | 0 | BC | 63 | 44 |
| Octal | 137 | 350 | 376 | 77 | 11 | 0 | 0 | 274 | 143 | 104 |
| Binary | 1011111 | 11101000 | 11111110 | 111111 | 1001 | 0 | 0 | 10111100 | 1100011 | 1000100 |
Color Harmonies of #5FE8FE
Complementary color
Monochromatic Colors of #5FE8FE
Black with #5FE8FE
Text Example
Text Example
White with #5FE8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE8FE; }
p { color: rgb(95,232,254); }
H1.HeaderClassName
{
color: #5FE8FE;
}
.AnyTagClassName
{
color: #5FE8FE;
}
</style>
background-color css
<style>
a { background-color: #5FE8FE; }
a { background-color: rgb(95,232,254); }
div.DivClassName
{
background-color: #5FE8FE;
}
.BgClassName
{
background-color: #5FE8FE;
}
</style>
border-color css
<style>
span { border-color: #5FE8FE; }
span { border-color: rgb(95,232,254); }
td.TdClassName
{
border-color: #5FE8FE;
}
.TagClassName
{
border-color: #5FE8FE;
}
</style>