Shades of Medium Turquoise #5BC4CA
Tints of Medium Turquoise #5BC4CA
RGB
CMYK
RGB Variations
Color information
#5BC4CA (or 0x5BC4CA) is known color: Medium Turquoise. HEX triplet: 5B, C4 and CA. RGB value is (91,196,202). Sum of RGB (Red+Green+Blue) = 91+196+202=489 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.61% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #5BC4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC4CA is #A43B35. Grayscale: #A5A5A5. Windows color (decimal): -10763062 or 13288539. OLE color: 13288539.
HSL color Cylindrical-coordinate representation of color #5BC4CA: hue angle of 183.24º 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 #5BC4CA is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 196 | 202 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.21 |
| HSL | 183.24º | 0.51% | 0.57% | - |
| HSV(B) | 183.24º | 0.55% | 0.79% | - |
| XYZ | 34.71 | 45.97 | 62.92 | - |
| YUV | 165.29 | 148.71 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 196 | 202 | 0.55 | 0.03 | 0 | 0.21 | 183.24 | 0.51 | 0.57 |
| Hex | 5B | C4 | CA | 37 | 3 | 0 | 15 | B7 | 33 | 39 |
| Octal | 133 | 304 | 312 | 67 | 3 | 0 | 25 | 267 | 63 | 71 |
| Binary | 1011011 | 11000100 | 11001010 | 110111 | 11 | 0 | 10101 | 10110111 | 110011 | 111001 |
Color Harmonies of #5BC4CA
Complementary color
Monochromatic Colors of #5BC4CA
Black with #5BC4CA
Text Example
Text Example
White with #5BC4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC4CA; }
p { color: rgb(91,196,202); }
H1.HeaderClassName
{
color: #5BC4CA;
}
.AnyTagClassName
{
color: #5BC4CA;
}
</style>
background-color css
<style>
a { background-color: #5BC4CA; }
a { background-color: rgb(91,196,202); }
div.DivClassName
{
background-color: #5BC4CA;
}
.BgClassName
{
background-color: #5BC4CA;
}
</style>
border-color css
<style>
span { border-color: #5BC4CA; }
span { border-color: rgb(91,196,202); }
td.TdClassName
{
border-color: #5BC4CA;
}
.TagClassName
{
border-color: #5BC4CA;
}
</style>