Shades of Medium Turquoise #5BDACA
Tints of Medium Turquoise #5BDACA
RGB
CMYK
RGB Variations
Color information
#5BDACA (or 0x5BDACA) is known color: Medium Turquoise. HEX triplet: 5B, DA and CA. RGB value is (91,218,202). Sum of RGB (Red+Green+Blue) = 91+218+202=511 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.81% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #5BDACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDACA is #A42535. Grayscale: #B2B2B2. Windows color (decimal): -10757430 or 13294171. OLE color: 13294171.
HSL color Cylindrical-coordinate representation of color #5BDACA: hue angle of 172.44º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BDACA is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 218 | 202 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.15 |
| HSL | 172.44º | 0.63% | 0.61% | - |
| HSV(B) | 172.44º | 0.58% | 0.85% | - |
| XYZ | 40.05 | 56.63 | 64.7 | - |
| YUV | 178.2 | 141.42 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 218 | 202 | 0.58 | 0 | 0.07 | 0.15 | 172.44 | 0.63 | 0.61 |
| Hex | 5B | DA | CA | 3A | 0 | 7 | F | AC | 3F | 3D |
| Octal | 133 | 332 | 312 | 72 | 0 | 7 | 17 | 254 | 77 | 75 |
| Binary | 1011011 | 11011010 | 11001010 | 111010 | 0 | 111 | 1111 | 10101100 | 111111 | 111101 |
Color Harmonies of #5BDACA
Complementary color
Monochromatic Colors of #5BDACA
Black with #5BDACA
Text Example
Text Example
White with #5BDACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDACA; }
p { color: rgb(91,218,202); }
H1.HeaderClassName
{
color: #5BDACA;
}
.AnyTagClassName
{
color: #5BDACA;
}
</style>
background-color css
<style>
a { background-color: #5BDACA; }
a { background-color: rgb(91,218,202); }
div.DivClassName
{
background-color: #5BDACA;
}
.BgClassName
{
background-color: #5BDACA;
}
</style>
border-color css
<style>
span { border-color: #5BDACA; }
span { border-color: rgb(91,218,202); }
td.TdClassName
{
border-color: #5BDACA;
}
.TagClassName
{
border-color: #5BDACA;
}
</style>