Shades of Medium Turquoise #5ACDC5
Tints of Medium Turquoise #5ACDC5
RGB
CMYK
RGB Variations
Color information
#5ACDC5 (or 0x5ACDC5) is known color: Medium Turquoise. HEX triplet: 5A, CD and C5. RGB value is (90,205,197). Sum of RGB (Red+Green+Blue) = 90+205+197=492 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.29% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACDC5 is #A5323A. Grayscale: #A9A9A9. Windows color (decimal): -10826299 or 12963162. OLE color: 12963162.
HSL color Cylindrical-coordinate representation of color #5ACDC5: hue angle of 175.83º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACDC5 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 205 | 197 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.20 |
| HSL | 175.83º | 0.53% | 0.58% | - |
| HSV(B) | 175.83º | 0.56% | 0.8% | - |
| XYZ | 36.13 | 49.87 | 60.54 | - |
| YUV | 169.7 | 143.4 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 205 | 197 | 0.56 | 0 | 0.04 | 0.20 | 175.83 | 0.53 | 0.58 |
| Hex | 5A | CD | C5 | 38 | 0 | 4 | 14 | B0 | 35 | 3A |
| Octal | 132 | 315 | 305 | 70 | 0 | 4 | 24 | 260 | 65 | 72 |
| Binary | 1011010 | 11001101 | 11000101 | 111000 | 0 | 100 | 10100 | 10110000 | 110101 | 111010 |
Color Harmonies of #5ACDC5
Complementary color
Monochromatic Colors of #5ACDC5
Black with #5ACDC5
Text Example
Text Example
White with #5ACDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACDC5; }
p { color: rgb(90,205,197); }
H1.HeaderClassName
{
color: #5ACDC5;
}
.AnyTagClassName
{
color: #5ACDC5;
}
</style>
background-color css
<style>
a { background-color: #5ACDC5; }
a { background-color: rgb(90,205,197); }
div.DivClassName
{
background-color: #5ACDC5;
}
.BgClassName
{
background-color: #5ACDC5;
}
</style>
border-color css
<style>
span { border-color: #5ACDC5; }
span { border-color: rgb(90,205,197); }
td.TdClassName
{
border-color: #5ACDC5;
}
.TagClassName
{
border-color: #5ACDC5;
}
</style>