Shades of Turquoise Blue #5BE2FF
Tints of Turquoise Blue #5BE2FF
RGB
CMYK
RGB Variations
Color information
#5BE2FF (or 0x5BE2FF) is known color: Turquoise Blue. HEX triplet: 5B, E2 and FF. RGB value is (91,226,255). Sum of RGB (Red+Green+Blue) = 91+226+255=572 (75% of max value = 765). Red value is 91 (35.94% from 255 or 15.91% from 572); Green value is 226 (88.67% from 255 or 39.51% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #5BE2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BE2FF is #A41D00. Grayscale: #BCBCBC. Windows color (decimal): -10755329 or 16769627. OLE color: 16769627.
HSL color Cylindrical-coordinate representation of color #5BE2FF: hue angle of 190.61º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BE2FF is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 226 | 255 | - |
| CMYK | 0.64 | 0.11 | 0 | 0 |
| HSL | 190.61º | 1% | 0.68% | - |
| HSV(B) | 190.61º | 0.64% | 1% | - |
| XYZ | 49.56 | 63.84 | 104.32 | - |
| YUV | 188.94 | 165.27 | 58.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 226 | 255 | 0.64 | 0.11 | 0 | 0 | 190.61 | 1 | 0.68 |
| Hex | 5B | E2 | FF | 40 | B | 0 | 0 | BF | 64 | 44 |
| Octal | 133 | 342 | 377 | 100 | 13 | 0 | 0 | 277 | 144 | 104 |
| Binary | 1011011 | 11100010 | 11111111 | 1000000 | 1011 | 0 | 0 | 10111111 | 1100100 | 1000100 |
Color Harmonies of #5BE2FF
Complementary color
Monochromatic Colors of #5BE2FF
Black with #5BE2FF
Text Example
Text Example
White with #5BE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE2FF; }
p { color: rgb(91,226,255); }
H1.HeaderClassName
{
color: #5BE2FF;
}
.AnyTagClassName
{
color: #5BE2FF;
}
</style>
background-color css
<style>
a { background-color: #5BE2FF; }
a { background-color: rgb(91,226,255); }
div.DivClassName
{
background-color: #5BE2FF;
}
.BgClassName
{
background-color: #5BE2FF;
}
</style>
border-color css
<style>
span { border-color: #5BE2FF; }
span { border-color: rgb(91,226,255); }
td.TdClassName
{
border-color: #5BE2FF;
}
.TagClassName
{
border-color: #5BE2FF;
}
</style>