Shades of Medium Turquoise #5BC9CE
Tints of Medium Turquoise #5BC9CE
RGB
CMYK
RGB Variations
Color information
#5BC9CE (or 0x5BC9CE) is known color: Medium Turquoise. HEX triplet: 5B, C9 and CE. RGB value is (91,201,206). Sum of RGB (Red+Green+Blue) = 91+201+206=498 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.27% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #5BC9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC9CE is #A43631. Grayscale: #A8A8A8. Windows color (decimal): -10761778 or 13551963. OLE color: 13551963.
HSL color Cylindrical-coordinate representation of color #5BC9CE: hue angle of 182.61º 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 #5BC9CE is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 201 | 206 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.19 |
| HSL | 182.61º | 0.54% | 0.58% | - |
| HSV(B) | 182.61º | 0.56% | 0.81% | - |
| XYZ | 36.34 | 48.45 | 65.83 | - |
| YUV | 168.68 | 149.06 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 201 | 206 | 0.56 | 0.02 | 0 | 0.19 | 182.61 | 0.54 | 0.58 |
| Hex | 5B | C9 | CE | 38 | 2 | 0 | 13 | B7 | 36 | 3A |
| Octal | 133 | 311 | 316 | 70 | 2 | 0 | 23 | 267 | 66 | 72 |
| Binary | 1011011 | 11001001 | 11001110 | 111000 | 10 | 0 | 10011 | 10110111 | 110110 | 111010 |
Color Harmonies of #5BC9CE
Complementary color
Monochromatic Colors of #5BC9CE
Black with #5BC9CE
Text Example
Text Example
White with #5BC9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC9CE; }
p { color: rgb(91,201,206); }
H1.HeaderClassName
{
color: #5BC9CE;
}
.AnyTagClassName
{
color: #5BC9CE;
}
</style>
background-color css
<style>
a { background-color: #5BC9CE; }
a { background-color: rgb(91,201,206); }
div.DivClassName
{
background-color: #5BC9CE;
}
.BgClassName
{
background-color: #5BC9CE;
}
</style>
border-color css
<style>
span { border-color: #5BC9CE; }
span { border-color: rgb(91,201,206); }
td.TdClassName
{
border-color: #5BC9CE;
}
.TagClassName
{
border-color: #5BC9CE;
}
</style>