Shades of Turquoise Blue #5BE8F9
Tints of Turquoise Blue #5BE8F9
RGB
CMYK
RGB Variations
Color information
#5BE8F9 (or 0x5BE8F9) is known color: Turquoise Blue. HEX triplet: 5B, E8 and F9. RGB value is (91,232,249). Sum of RGB (Red+Green+Blue) = 91+232+249=572 (75% of max value = 765). Red value is 91 (35.94% from 255 or 15.91% from 572); Green value is 232 (91.02% from 255 or 40.56% 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 #5BE8F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BE8F9 is #A41706. Grayscale: #BFBFBF. Windows color (decimal): -10753799 or 16377947. OLE color: 16377947.
HSL color Cylindrical-coordinate representation of color #5BE8F9: hue angle of 186.46º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BE8F9 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 232 | 249 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.02 |
| HSL | 186.46º | 0.93% | 0.67% | - |
| HSV(B) | 186.46º | 0.63% | 0.98% | - |
| XYZ | 50.27 | 66.78 | 99.86 | - |
| YUV | 191.78 | 160.29 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 232 | 249 | 0.63 | 0.07 | 0 | 0.02 | 186.46 | 0.93 | 0.67 |
| Hex | 5B | E8 | F9 | 3F | 7 | 0 | 2 | BA | 5D | 43 |
| Octal | 133 | 350 | 371 | 77 | 7 | 0 | 2 | 272 | 135 | 103 |
| Binary | 1011011 | 11101000 | 11111001 | 111111 | 111 | 0 | 10 | 10111010 | 1011101 | 1000011 |
Color Harmonies of #5BE8F9
Complementary color
Monochromatic Colors of #5BE8F9
Black with #5BE8F9
Text Example
Text Example
White with #5BE8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE8F9; }
p { color: rgb(91,232,249); }
H1.HeaderClassName
{
color: #5BE8F9;
}
.AnyTagClassName
{
color: #5BE8F9;
}
</style>
background-color css
<style>
a { background-color: #5BE8F9; }
a { background-color: rgb(91,232,249); }
div.DivClassName
{
background-color: #5BE8F9;
}
.BgClassName
{
background-color: #5BE8F9;
}
</style>
border-color css
<style>
span { border-color: #5BE8F9; }
span { border-color: rgb(91,232,249); }
td.TdClassName
{
border-color: #5BE8F9;
}
.TagClassName
{
border-color: #5BE8F9;
}
</style>