Shades of Turquoise Blue #5BEEE7
Tints of Turquoise Blue #5BEEE7
RGB
CMYK
RGB Variations
Color information
#5BEEE7 (or 0x5BEEE7) is known color: Turquoise Blue. HEX triplet: 5B, EE and E7. RGB value is (91,238,231). Sum of RGB (Red+Green+Blue) = 91+238+231=560 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.25% from 560); Green value is 238 (93.36% from 255 or 42.5% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 238 - color contains mainly: green. Hex color #5BEEE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEEE7 is #A41118. Grayscale: #C1C1C1. Windows color (decimal): -10752281 or 15199835. OLE color: 15199835.
HSL color Cylindrical-coordinate representation of color #5BEEE7: hue angle of 177.14º 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 #5BEEE7 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 238 | 231 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.07 |
| HSL | 177.14º | 0.81% | 0.65% | - |
| HSV(B) | 177.14º | 0.62% | 0.93% | - |
| XYZ | 49.31 | 69.14 | 86.35 | - |
| YUV | 193.25 | 149.3 | 55.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 238 | 231 | 0.62 | 0 | 0.03 | 0.07 | 177.14 | 0.81 | 0.65 |
| Hex | 5B | EE | E7 | 3E | 0 | 3 | 7 | B1 | 51 | 41 |
| Octal | 133 | 356 | 347 | 76 | 0 | 3 | 7 | 261 | 121 | 101 |
| Binary | 1011011 | 11101110 | 11100111 | 111110 | 0 | 11 | 111 | 10110001 | 1010001 | 1000001 |
Color Harmonies of #5BEEE7
Complementary color
Monochromatic Colors of #5BEEE7
Black with #5BEEE7
Text Example
Text Example
White with #5BEEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEEE7; }
p { color: rgb(91,238,231); }
H1.HeaderClassName
{
color: #5BEEE7;
}
.AnyTagClassName
{
color: #5BEEE7;
}
</style>
background-color css
<style>
a { background-color: #5BEEE7; }
a { background-color: rgb(91,238,231); }
div.DivClassName
{
background-color: #5BEEE7;
}
.BgClassName
{
background-color: #5BEEE7;
}
</style>
border-color css
<style>
span { border-color: #5BEEE7; }
span { border-color: rgb(91,238,231); }
td.TdClassName
{
border-color: #5BEEE7;
}
.TagClassName
{
border-color: #5BEEE7;
}
</style>