Shades of Medium Turquoise #5AC4C5
Tints of Medium Turquoise #5AC4C5
RGB
CMYK
RGB Variations
Color information
#5AC4C5 (or 0x5AC4C5) is known color: Medium Turquoise. HEX triplet: 5A, C4 and C5. RGB value is (90,196,197). Sum of RGB (Red+Green+Blue) = 90+196+197=483 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.63% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 197 (77.34% from 255 or 40.79% from 483); Max value from RGB is 197 - color contains mainly: blue. Hex color #5AC4C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC4C5 is #A53B3A. Grayscale: #A4A4A4. Windows color (decimal): -10828603 or 12960858. OLE color: 12960858.
HSL color Cylindrical-coordinate representation of color #5AC4C5: hue angle of 180.56º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AC4C5 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 90 | 196 | 197 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.23 |
| HSL | 180.56º | 0.48% | 0.56% | - |
| HSV(B) | 180.56º | 0.54% | 0.77% | - |
| XYZ | 34.03 | 45.68 | 59.85 | - |
| YUV | 164.42 | 146.38 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 196 | 197 | 0.54 | 0.01 | 0 | 0.23 | 180.56 | 0.48 | 0.56 |
| Hex | 5A | C4 | C5 | 36 | 1 | 0 | 17 | B5 | 30 | 38 |
| Octal | 132 | 304 | 305 | 66 | 1 | 0 | 27 | 265 | 60 | 70 |
| Binary | 1011010 | 11000100 | 11000101 | 110110 | 1 | 0 | 10111 | 10110101 | 110000 | 111000 |
Color Harmonies of #5AC4C5
Complementary color
Monochromatic Colors of #5AC4C5
Black with #5AC4C5
Text Example
Text Example
White with #5AC4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC4C5; }
p { color: rgb(90,196,197); }
H1.HeaderClassName
{
color: #5AC4C5;
}
.AnyTagClassName
{
color: #5AC4C5;
}
</style>
background-color css
<style>
a { background-color: #5AC4C5; }
a { background-color: rgb(90,196,197); }
div.DivClassName
{
background-color: #5AC4C5;
}
.BgClassName
{
background-color: #5AC4C5;
}
</style>
border-color css
<style>
span { border-color: #5AC4C5; }
span { border-color: rgb(90,196,197); }
td.TdClassName
{
border-color: #5AC4C5;
}
.TagClassName
{
border-color: #5AC4C5;
}
</style>