Shades of Medium Turquoise #5BCACE
Tints of Medium Turquoise #5BCACE
RGB
CMYK
RGB Variations
Color information
#5BCACE (or 0x5BCACE) is known color: Medium Turquoise. HEX triplet: 5B, CA and CE. RGB value is (91,202,206). Sum of RGB (Red+Green+Blue) = 91+202+206=499 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.24% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #5BCACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCACE is #A43531. Grayscale: #A9A9A9. Windows color (decimal): -10761522 or 13552219. OLE color: 13552219.
HSL color Cylindrical-coordinate representation of color #5BCACE: hue angle of 182.09º 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 #5BCACE is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 202 | 206 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.19 |
| HSL | 182.09º | 0.54% | 0.58% | - |
| HSV(B) | 182.09º | 0.56% | 0.81% | - |
| XYZ | 36.58 | 48.92 | 65.91 | - |
| YUV | 169.27 | 148.73 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 202 | 206 | 0.56 | 0.02 | 0 | 0.19 | 182.09 | 0.54 | 0.58 |
| Hex | 5B | CA | CE | 38 | 2 | 0 | 13 | B6 | 36 | 3A |
| Octal | 133 | 312 | 316 | 70 | 2 | 0 | 23 | 266 | 66 | 72 |
| Binary | 1011011 | 11001010 | 11001110 | 111000 | 10 | 0 | 10011 | 10110110 | 110110 | 111010 |
Color Harmonies of #5BCACE
Complementary color
Monochromatic Colors of #5BCACE
Black with #5BCACE
Text Example
Text Example
White with #5BCACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCACE; }
p { color: rgb(91,202,206); }
H1.HeaderClassName
{
color: #5BCACE;
}
.AnyTagClassName
{
color: #5BCACE;
}
</style>
background-color css
<style>
a { background-color: #5BCACE; }
a { background-color: rgb(91,202,206); }
div.DivClassName
{
background-color: #5BCACE;
}
.BgClassName
{
background-color: #5BCACE;
}
</style>
border-color css
<style>
span { border-color: #5BCACE; }
span { border-color: rgb(91,202,206); }
td.TdClassName
{
border-color: #5BCACE;
}
.TagClassName
{
border-color: #5BCACE;
}
</style>