Shades of Medium Turquoise #5AC2BF
Tints of Medium Turquoise #5AC2BF
RGB
CMYK
RGB Variations
Color information
#5AC2BF (or 0x5AC2BF) is known color: Medium Turquoise. HEX triplet: 5A, C2 and BF. RGB value is (90,194,191). Sum of RGB (Red+Green+Blue) = 90+194+191=475 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.95% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC2BF is #A53D40. Grayscale: #A2A2A2. Windows color (decimal): -10829121 or 12567130. OLE color: 12567130.
HSL color Cylindrical-coordinate representation of color #5AC2BF: hue angle of 178.27º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AC2BF is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 194 | 191 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.24 |
| HSL | 178.27º | 0.46% | 0.56% | - |
| HSV(B) | 178.27º | 0.54% | 0.76% | - |
| XYZ | 32.91 | 44.52 | 56.15 | - |
| YUV | 162.56 | 144.04 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 194 | 191 | 0.54 | 0 | 0.02 | 0.24 | 178.27 | 0.46 | 0.56 |
| Hex | 5A | C2 | BF | 36 | 0 | 2 | 18 | B2 | 2E | 38 |
| Octal | 132 | 302 | 277 | 66 | 0 | 2 | 30 | 262 | 56 | 70 |
| Binary | 1011010 | 11000010 | 10111111 | 110110 | 0 | 10 | 11000 | 10110010 | 101110 | 111000 |
Color Harmonies of #5AC2BF
Complementary color
Monochromatic Colors of #5AC2BF
Black with #5AC2BF
Text Example
Text Example
White with #5AC2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC2BF; }
p { color: rgb(90,194,191); }
H1.HeaderClassName
{
color: #5AC2BF;
}
.AnyTagClassName
{
color: #5AC2BF;
}
</style>
background-color css
<style>
a { background-color: #5AC2BF; }
a { background-color: rgb(90,194,191); }
div.DivClassName
{
background-color: #5AC2BF;
}
.BgClassName
{
background-color: #5AC2BF;
}
</style>
border-color css
<style>
span { border-color: #5AC2BF; }
span { border-color: rgb(90,194,191); }
td.TdClassName
{
border-color: #5AC2BF;
}
.TagClassName
{
border-color: #5AC2BF;
}
</style>