Shades of Turquoise Blue #5BE8F1
Tints of Turquoise Blue #5BE8F1
RGB
CMYK
RGB Variations
Color information
#5BE8F1 (or 0x5BE8F1) is known color: Turquoise Blue. HEX triplet: 5B, E8 and F1. RGB value is (91,232,241). Sum of RGB (Red+Green+Blue) = 91+232+241=564 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.13% from 564); Green value is 232 (91.02% from 255 or 41.13% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #5BE8F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BE8F1 is #A4170E. Grayscale: #BEBEBE. Windows color (decimal): -10753807 or 15853659. OLE color: 15853659.
HSL color Cylindrical-coordinate representation of color #5BE8F1: hue angle of 183.6º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BE8F1 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 232 | 241 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.05 |
| HSL | 183.6º | 0.84% | 0.65% | - |
| HSV(B) | 183.6º | 0.62% | 0.95% | - |
| XYZ | 49.05 | 66.29 | 93.43 | - |
| YUV | 190.87 | 156.29 | 56.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 232 | 241 | 0.62 | 0.04 | 0 | 0.05 | 183.6 | 0.84 | 0.65 |
| Hex | 5B | E8 | F1 | 3E | 4 | 0 | 5 | B8 | 54 | 41 |
| Octal | 133 | 350 | 361 | 76 | 4 | 0 | 5 | 270 | 124 | 101 |
| Binary | 1011011 | 11101000 | 11110001 | 111110 | 100 | 0 | 101 | 10111000 | 1010100 | 1000001 |
Color Harmonies of #5BE8F1
Complementary color
Monochromatic Colors of #5BE8F1
Black with #5BE8F1
Text Example
Text Example
White with #5BE8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE8F1; }
p { color: rgb(91,232,241); }
H1.HeaderClassName
{
color: #5BE8F1;
}
.AnyTagClassName
{
color: #5BE8F1;
}
</style>
background-color css
<style>
a { background-color: #5BE8F1; }
a { background-color: rgb(91,232,241); }
div.DivClassName
{
background-color: #5BE8F1;
}
.BgClassName
{
background-color: #5BE8F1;
}
</style>
border-color css
<style>
span { border-color: #5BE8F1; }
span { border-color: rgb(91,232,241); }
td.TdClassName
{
border-color: #5BE8F1;
}
.TagClassName
{
border-color: #5BE8F1;
}
</style>