Shades of Turquoise Blue #5BEEE8
Tints of Turquoise Blue #5BEEE8
RGB
CMYK
RGB Variations
Color information
#5BEEE8 (or 0x5BEEE8) is known color: Turquoise Blue. HEX triplet: 5B, EE and E8. RGB value is (91,238,232). Sum of RGB (Red+Green+Blue) = 91+238+232=561 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.22% from 561); Green value is 238 (93.36% from 255 or 42.42% from 561); Blue value is 232 (91.02% from 255 or 41.35% from 561); Max value from RGB is 238 - color contains mainly: green. Hex color #5BEEE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEEE8 is #A41117. Grayscale: #C1C1C1. Windows color (decimal): -10752280 or 15265371. OLE color: 15265371.
HSL color Cylindrical-coordinate representation of color #5BEEE8: hue angle of 177.55º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BEEE8 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 238 | 232 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.07 |
| HSL | 177.55º | 0.81% | 0.65% | - |
| HSV(B) | 177.55º | 0.62% | 0.93% | - |
| XYZ | 49.45 | 69.2 | 87.09 | - |
| YUV | 193.36 | 149.8 | 54.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 238 | 232 | 0.62 | 0 | 0.03 | 0.07 | 177.55 | 0.81 | 0.65 |
| Hex | 5B | EE | E8 | 3E | 0 | 3 | 7 | B2 | 51 | 41 |
| Octal | 133 | 356 | 350 | 76 | 0 | 3 | 7 | 262 | 121 | 101 |
| Binary | 1011011 | 11101110 | 11101000 | 111110 | 0 | 11 | 111 | 10110010 | 1010001 | 1000001 |
Color Harmonies of #5BEEE8
Complementary color
Monochromatic Colors of #5BEEE8
Black with #5BEEE8
Text Example
Text Example
White with #5BEEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEEE8; }
p { color: rgb(91,238,232); }
H1.HeaderClassName
{
color: #5BEEE8;
}
.AnyTagClassName
{
color: #5BEEE8;
}
</style>
background-color css
<style>
a { background-color: #5BEEE8; }
a { background-color: rgb(91,238,232); }
div.DivClassName
{
background-color: #5BEEE8;
}
.BgClassName
{
background-color: #5BEEE8;
}
</style>
border-color css
<style>
span { border-color: #5BEEE8; }
span { border-color: rgb(91,238,232); }
td.TdClassName
{
border-color: #5BEEE8;
}
.TagClassName
{
border-color: #5BEEE8;
}
</style>