Shades of Medium Turquoise #5BE0D0
Tints of Medium Turquoise #5BE0D0
RGB
CMYK
RGB Variations
Color information
#5BE0D0 (or 0x5BE0D0) is known color: Medium Turquoise. HEX triplet: 5B, E0 and D0. RGB value is (91,224,208). Sum of RGB (Red+Green+Blue) = 91+224+208=523 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.40% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 224 - color contains mainly: green. Hex color #5BE0D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BE0D0 is #A41F2F. Grayscale: #B6B6B6. Windows color (decimal): -10755888 or 13688923. OLE color: 13688923.
HSL color Cylindrical-coordinate representation of color #5BE0D0: hue angle of 172.78º 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 #5BE0D0 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 91 | 224 | 208 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.12 |
| HSL | 172.78º | 0.68% | 0.62% | - |
| HSV(B) | 172.78º | 0.59% | 0.88% | - |
| XYZ | 42.36 | 60.09 | 69.04 | - |
| YUV | 182.41 | 142.44 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 224 | 208 | 0.59 | 0 | 0.07 | 0.12 | 172.78 | 0.68 | 0.62 |
| Hex | 5B | E0 | D0 | 3B | 0 | 7 | C | AD | 44 | 3E |
| Octal | 133 | 340 | 320 | 73 | 0 | 7 | 14 | 255 | 104 | 76 |
| Binary | 1011011 | 11100000 | 11010000 | 111011 | 0 | 111 | 1100 | 10101101 | 1000100 | 111110 |
Color Harmonies of #5BE0D0
Complementary color
Monochromatic Colors of #5BE0D0
Black with #5BE0D0
Text Example
Text Example
White with #5BE0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE0D0; }
p { color: rgb(91,224,208); }
H1.HeaderClassName
{
color: #5BE0D0;
}
.AnyTagClassName
{
color: #5BE0D0;
}
</style>
background-color css
<style>
a { background-color: #5BE0D0; }
a { background-color: rgb(91,224,208); }
div.DivClassName
{
background-color: #5BE0D0;
}
.BgClassName
{
background-color: #5BE0D0;
}
</style>
border-color css
<style>
span { border-color: #5BE0D0; }
span { border-color: rgb(91,224,208); }
td.TdClassName
{
border-color: #5BE0D0;
}
.TagClassName
{
border-color: #5BE0D0;
}
</style>