Shades of Turquoise Blue #5FE4F9
Tints of Turquoise Blue #5FE4F9
RGB
CMYK
RGB Variations
Color information
#5FE4F9 (or 0x5FE4F9) is known color: Turquoise Blue. HEX triplet: 5F, E4 and F9. RGB value is (95,228,249). Sum of RGB (Red+Green+Blue) = 95+228+249=572 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.61% from 572); Green value is 228 (89.45% from 255 or 39.86% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 249 - color contains mainly: blue. Hex color #5FE4F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FE4F9 is #A01B06. Grayscale: #BEBEBE. Windows color (decimal): -10492679 or 16376927. OLE color: 16376927.
HSL color Cylindrical-coordinate representation of color #5FE4F9: hue angle of 188.18º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FE4F9 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 228 | 249 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.02 |
| HSL | 188.18º | 0.93% | 0.67% | - |
| HSV(B) | 188.18º | 0.62% | 0.98% | - |
| XYZ | 49.56 | 64.76 | 99.51 | - |
| YUV | 190.63 | 160.94 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 228 | 249 | 0.62 | 0.08 | 0 | 0.02 | 188.18 | 0.93 | 0.67 |
| Hex | 5F | E4 | F9 | 3E | 8 | 0 | 2 | BC | 5D | 43 |
| Octal | 137 | 344 | 371 | 76 | 10 | 0 | 2 | 274 | 135 | 103 |
| Binary | 1011111 | 11100100 | 11111001 | 111110 | 1000 | 0 | 10 | 10111100 | 1011101 | 1000011 |
Color Harmonies of #5FE4F9
Complementary color
Monochromatic Colors of #5FE4F9
Black with #5FE4F9
Text Example
Text Example
White with #5FE4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE4F9; }
p { color: rgb(95,228,249); }
H1.HeaderClassName
{
color: #5FE4F9;
}
.AnyTagClassName
{
color: #5FE4F9;
}
</style>
background-color css
<style>
a { background-color: #5FE4F9; }
a { background-color: rgb(95,228,249); }
div.DivClassName
{
background-color: #5FE4F9;
}
.BgClassName
{
background-color: #5FE4F9;
}
</style>
border-color css
<style>
span { border-color: #5FE4F9; }
span { border-color: rgb(95,228,249); }
td.TdClassName
{
border-color: #5FE4F9;
}
.TagClassName
{
border-color: #5FE4F9;
}
</style>