Shades of Turquoise Blue #5FE0FE
Tints of Turquoise Blue #5FE0FE
RGB
CMYK
RGB Variations
Color information
#5FE0FE (or 0x5FE0FE) is known color: Turquoise Blue. HEX triplet: 5F, E0 and FE. RGB value is (95,224,254). Sum of RGB (Red+Green+Blue) = 95+224+254=573 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.58% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FE0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FE0FE is #A01F01. Grayscale: #BCBCBC. Windows color (decimal): -10493698 or 16703583. OLE color: 16703583.
HSL color Cylindrical-coordinate representation of color #5FE0FE: hue angle of 191.32º 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 #5FE0FE is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 224 | 254 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.00 |
| HSL | 191.32º | 0.99% | 0.68% | - |
| HSV(B) | 191.32º | 0.63% | 1% | - |
| XYZ | 49.26 | 62.9 | 103.31 | - |
| YUV | 188.85 | 164.76 | 61.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 224 | 254 | 0.63 | 0.12 | 0 | 0.00 | 191.32 | 0.99 | 0.68 |
| Hex | 5F | E0 | FE | 3F | C | 0 | 0 | BF | 63 | 44 |
| Octal | 137 | 340 | 376 | 77 | 14 | 0 | 0 | 277 | 143 | 104 |
| Binary | 1011111 | 11100000 | 11111110 | 111111 | 1100 | 0 | 0 | 10111111 | 1100011 | 1000100 |
Color Harmonies of #5FE0FE
Complementary color
Monochromatic Colors of #5FE0FE
Black with #5FE0FE
Text Example
Text Example
White with #5FE0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE0FE; }
p { color: rgb(95,224,254); }
H1.HeaderClassName
{
color: #5FE0FE;
}
.AnyTagClassName
{
color: #5FE0FE;
}
</style>
background-color css
<style>
a { background-color: #5FE0FE; }
a { background-color: rgb(95,224,254); }
div.DivClassName
{
background-color: #5FE0FE;
}
.BgClassName
{
background-color: #5FE0FE;
}
</style>
border-color css
<style>
span { border-color: #5FE0FE; }
span { border-color: rgb(95,224,254); }
td.TdClassName
{
border-color: #5FE0FE;
}
.TagClassName
{
border-color: #5FE0FE;
}
</style>