Shades of Medium Turquoise #5BCECC
Tints of Medium Turquoise #5BCECC
RGB
CMYK
RGB Variations
Color information
#5BCECC (or 0x5BCECC) is known color: Medium Turquoise. HEX triplet: 5B, CE and CC. RGB value is (91,206,204). Sum of RGB (Red+Green+Blue) = 91+206+204=501 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.16% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #5BCECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCECC is #A43133. Grayscale: #ABABAB. Windows color (decimal): -10760500 or 13422171. OLE color: 13422171.
HSL color Cylindrical-coordinate representation of color #5BCECC: hue angle of 178.96º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCECC is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 206 | 204 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.19 |
| HSL | 178.96º | 0.54% | 0.58% | - |
| HSV(B) | 178.96º | 0.56% | 0.81% | - |
| XYZ | 37.28 | 50.73 | 64.95 | - |
| YUV | 171.39 | 146.4 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 206 | 204 | 0.56 | 0 | 0.01 | 0.19 | 178.96 | 0.54 | 0.58 |
| Hex | 5B | CE | CC | 38 | 0 | 1 | 13 | B3 | 36 | 3A |
| Octal | 133 | 316 | 314 | 70 | 0 | 1 | 23 | 263 | 66 | 72 |
| Binary | 1011011 | 11001110 | 11001100 | 111000 | 0 | 1 | 10011 | 10110011 | 110110 | 111010 |
Color Harmonies of #5BCECC
Complementary color
Monochromatic Colors of #5BCECC
Black with #5BCECC
Text Example
Text Example
White with #5BCECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCECC; }
p { color: rgb(91,206,204); }
H1.HeaderClassName
{
color: #5BCECC;
}
.AnyTagClassName
{
color: #5BCECC;
}
</style>
background-color css
<style>
a { background-color: #5BCECC; }
a { background-color: rgb(91,206,204); }
div.DivClassName
{
background-color: #5BCECC;
}
.BgClassName
{
background-color: #5BCECC;
}
</style>
border-color css
<style>
span { border-color: #5BCECC; }
span { border-color: rgb(91,206,204); }
td.TdClassName
{
border-color: #5BCECC;
}
.TagClassName
{
border-color: #5BCECC;
}
</style>