Shades of Medium Turquoise #5BCEC5
Tints of Medium Turquoise #5BCEC5
RGB
CMYK
RGB Variations
Color information
#5BCEC5 (or 0x5BCEC5) is known color: Medium Turquoise. HEX triplet: 5B, CE and C5. RGB value is (91,206,197). Sum of RGB (Red+Green+Blue) = 91+206+197=494 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.42% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 206 - color contains mainly: green. Hex color #5BCEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCEC5 is #A4313A. Grayscale: #AAAAAA. Windows color (decimal): -10760507 or 12963419. OLE color: 12963419.
HSL color Cylindrical-coordinate representation of color #5BCEC5: hue angle of 175.3º 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 #5BCEC5 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 206 | 197 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.19 |
| HSL | 175.3º | 0.54% | 0.58% | - |
| HSV(B) | 175.3º | 0.56% | 0.81% | - |
| XYZ | 36.46 | 50.4 | 60.63 | - |
| YUV | 170.59 | 142.9 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 206 | 197 | 0.56 | 0 | 0.04 | 0.19 | 175.3 | 0.54 | 0.58 |
| Hex | 5B | CE | C5 | 38 | 0 | 4 | 13 | AF | 36 | 3A |
| Octal | 133 | 316 | 305 | 70 | 0 | 4 | 23 | 257 | 66 | 72 |
| Binary | 1011011 | 11001110 | 11000101 | 111000 | 0 | 100 | 10011 | 10101111 | 110110 | 111010 |
Color Harmonies of #5BCEC5
Complementary color
Monochromatic Colors of #5BCEC5
Black with #5BCEC5
Text Example
Text Example
White with #5BCEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCEC5; }
p { color: rgb(91,206,197); }
H1.HeaderClassName
{
color: #5BCEC5;
}
.AnyTagClassName
{
color: #5BCEC5;
}
</style>
background-color css
<style>
a { background-color: #5BCEC5; }
a { background-color: rgb(91,206,197); }
div.DivClassName
{
background-color: #5BCEC5;
}
.BgClassName
{
background-color: #5BCEC5;
}
</style>
border-color css
<style>
span { border-color: #5BCEC5; }
span { border-color: rgb(91,206,197); }
td.TdClassName
{
border-color: #5BCEC5;
}
.TagClassName
{
border-color: #5BCEC5;
}
</style>