Shades of Medium Turquoise #5BC8CA
Tints of Medium Turquoise #5BC8CA
RGB
CMYK
RGB Variations
Color information
#5BC8CA (or 0x5BC8CA) is known color: Medium Turquoise. HEX triplet: 5B, C8 and CA. RGB value is (91,200,202). Sum of RGB (Red+Green+Blue) = 91+200+202=493 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.46% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #5BC8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC8CA is #A43735. Grayscale: #A7A7A7. Windows color (decimal): -10762038 or 13289563. OLE color: 13289563.
HSL color Cylindrical-coordinate representation of color #5BC8CA: hue angle of 181.08º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BC8CA is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 200 | 202 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.21 |
| HSL | 181.08º | 0.51% | 0.57% | - |
| HSV(B) | 181.08º | 0.55% | 0.79% | - |
| XYZ | 35.63 | 47.8 | 63.22 | - |
| YUV | 167.64 | 147.39 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 200 | 202 | 0.55 | 0.01 | 0 | 0.21 | 181.08 | 0.51 | 0.57 |
| Hex | 5B | C8 | CA | 37 | 1 | 0 | 15 | B5 | 33 | 39 |
| Octal | 133 | 310 | 312 | 67 | 1 | 0 | 25 | 265 | 63 | 71 |
| Binary | 1011011 | 11001000 | 11001010 | 110111 | 1 | 0 | 10101 | 10110101 | 110011 | 111001 |
Color Harmonies of #5BC8CA
Complementary color
Monochromatic Colors of #5BC8CA
Black with #5BC8CA
Text Example
Text Example
White with #5BC8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC8CA; }
p { color: rgb(91,200,202); }
H1.HeaderClassName
{
color: #5BC8CA;
}
.AnyTagClassName
{
color: #5BC8CA;
}
</style>
background-color css
<style>
a { background-color: #5BC8CA; }
a { background-color: rgb(91,200,202); }
div.DivClassName
{
background-color: #5BC8CA;
}
.BgClassName
{
background-color: #5BC8CA;
}
</style>
border-color css
<style>
span { border-color: #5BC8CA; }
span { border-color: rgb(91,200,202); }
td.TdClassName
{
border-color: #5BC8CA;
}
.TagClassName
{
border-color: #5BC8CA;
}
</style>