Shades of Medium Turquoise #5BC7CE
Tints of Medium Turquoise #5BC7CE
RGB
CMYK
RGB Variations
Color information
#5BC7CE (or 0x5BC7CE) is known color: Medium Turquoise. HEX triplet: 5B, C7 and CE. RGB value is (91,199,206). Sum of RGB (Red+Green+Blue) = 91+199+206=496 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.35% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #5BC7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC7CE is #A43831. Grayscale: #A7A7A7. Windows color (decimal): -10762290 or 13551451. OLE color: 13551451.
HSL color Cylindrical-coordinate representation of color #5BC7CE: hue angle of 183.65º 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 #5BC7CE is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 199 | 206 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.19 |
| HSL | 183.65º | 0.54% | 0.58% | - |
| HSV(B) | 183.65º | 0.56% | 0.81% | - |
| XYZ | 35.88 | 47.53 | 65.68 | - |
| YUV | 167.51 | 149.72 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 199 | 206 | 0.56 | 0.03 | 0 | 0.19 | 183.65 | 0.54 | 0.58 |
| Hex | 5B | C7 | CE | 38 | 3 | 0 | 13 | B8 | 36 | 3A |
| Octal | 133 | 307 | 316 | 70 | 3 | 0 | 23 | 270 | 66 | 72 |
| Binary | 1011011 | 11000111 | 11001110 | 111000 | 11 | 0 | 10011 | 10111000 | 110110 | 111010 |
Color Harmonies of #5BC7CE
Complementary color
Monochromatic Colors of #5BC7CE
Black with #5BC7CE
Text Example
Text Example
White with #5BC7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC7CE; }
p { color: rgb(91,199,206); }
H1.HeaderClassName
{
color: #5BC7CE;
}
.AnyTagClassName
{
color: #5BC7CE;
}
</style>
background-color css
<style>
a { background-color: #5BC7CE; }
a { background-color: rgb(91,199,206); }
div.DivClassName
{
background-color: #5BC7CE;
}
.BgClassName
{
background-color: #5BC7CE;
}
</style>
border-color css
<style>
span { border-color: #5BC7CE; }
span { border-color: rgb(91,199,206); }
td.TdClassName
{
border-color: #5BC7CE;
}
.TagClassName
{
border-color: #5BC7CE;
}
</style>