Shades of Medium Turquoise #5BE0CE
Tints of Medium Turquoise #5BE0CE
RGB
CMYK
RGB Variations
Color information
#5BE0CE (or 0x5BE0CE) is known color: Medium Turquoise. HEX triplet: 5B, E0 and CE. RGB value is (91,224,206). Sum of RGB (Red+Green+Blue) = 91+224+206=521 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.47% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #5BE0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BE0CE is #A41F31. Grayscale: #B6B6B6. Windows color (decimal): -10755890 or 13557851. OLE color: 13557851.
HSL color Cylindrical-coordinate representation of color #5BE0CE: hue angle of 171.88º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BE0CE is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 91 | 224 | 206 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.12 |
| HSL | 171.88º | 0.68% | 0.62% | - |
| HSV(B) | 171.88º | 0.59% | 0.88% | - |
| XYZ | 42.11 | 59.99 | 67.75 | - |
| YUV | 182.18 | 141.44 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 224 | 206 | 0.59 | 0 | 0.08 | 0.12 | 171.88 | 0.68 | 0.62 |
| Hex | 5B | E0 | CE | 3B | 0 | 8 | C | AC | 44 | 3E |
| Octal | 133 | 340 | 316 | 73 | 0 | 10 | 14 | 254 | 104 | 76 |
| Binary | 1011011 | 11100000 | 11001110 | 111011 | 0 | 1000 | 1100 | 10101100 | 1000100 | 111110 |
Color Harmonies of #5BE0CE
Complementary color
Monochromatic Colors of #5BE0CE
Black with #5BE0CE
Text Example
Text Example
White with #5BE0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE0CE; }
p { color: rgb(91,224,206); }
H1.HeaderClassName
{
color: #5BE0CE;
}
.AnyTagClassName
{
color: #5BE0CE;
}
</style>
background-color css
<style>
a { background-color: #5BE0CE; }
a { background-color: rgb(91,224,206); }
div.DivClassName
{
background-color: #5BE0CE;
}
.BgClassName
{
background-color: #5BE0CE;
}
</style>
border-color css
<style>
span { border-color: #5BE0CE; }
span { border-color: rgb(91,224,206); }
td.TdClassName
{
border-color: #5BE0CE;
}
.TagClassName
{
border-color: #5BE0CE;
}
</style>