Shades of Medium Turquoise #5BD3CA
Tints of Medium Turquoise #5BD3CA
RGB
CMYK
RGB Variations
Color information
#5BD3CA (or 0x5BD3CA) is known color: Medium Turquoise. HEX triplet: 5B, D3 and CA. RGB value is (91,211,202). Sum of RGB (Red+Green+Blue) = 91+211+202=504 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.06% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 211 - color contains mainly: green. Hex color #5BD3CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD3CA is #A42C35. Grayscale: #AEAEAE. Windows color (decimal): -10759222 or 13292379. OLE color: 13292379.
HSL color Cylindrical-coordinate representation of color #5BD3CA: hue angle of 175.5º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BD3CA is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 91 | 211 | 202 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.17 |
| HSL | 175.5º | 0.58% | 0.59% | - |
| HSV(B) | 175.5º | 0.57% | 0.83% | - |
| XYZ | 38.27 | 53.08 | 64.11 | - |
| YUV | 174.09 | 143.74 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 211 | 202 | 0.57 | 0 | 0.04 | 0.17 | 175.5 | 0.58 | 0.59 |
| Hex | 5B | D3 | CA | 39 | 0 | 4 | 11 | B0 | 3A | 3B |
| Octal | 133 | 323 | 312 | 71 | 0 | 4 | 21 | 260 | 72 | 73 |
| Binary | 1011011 | 11010011 | 11001010 | 111001 | 0 | 100 | 10001 | 10110000 | 111010 | 111011 |
Color Harmonies of #5BD3CA
Complementary color
Monochromatic Colors of #5BD3CA
Black with #5BD3CA
Text Example
Text Example
White with #5BD3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD3CA; }
p { color: rgb(91,211,202); }
H1.HeaderClassName
{
color: #5BD3CA;
}
.AnyTagClassName
{
color: #5BD3CA;
}
</style>
background-color css
<style>
a { background-color: #5BD3CA; }
a { background-color: rgb(91,211,202); }
div.DivClassName
{
background-color: #5BD3CA;
}
.BgClassName
{
background-color: #5BD3CA;
}
</style>
border-color css
<style>
span { border-color: #5BD3CA; }
span { border-color: rgb(91,211,202); }
td.TdClassName
{
border-color: #5BD3CA;
}
.TagClassName
{
border-color: #5BD3CA;
}
</style>