Shades of Medium Turquoise #5ACACC
Tints of Medium Turquoise #5ACACC
RGB
CMYK
RGB Variations
Color information
#5ACACC (or 0x5ACACC) is known color: Medium Turquoise. HEX triplet: 5A, CA and CC. RGB value is (90,202,204). Sum of RGB (Red+Green+Blue) = 90+202+204=496 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.15% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #5ACACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACACC is #A53533. Grayscale: #A8A8A8. Windows color (decimal): -10827060 or 13421146. OLE color: 13421146.
HSL color Cylindrical-coordinate representation of color #5ACACC: hue angle of 181.05º 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 #5ACACC is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 202 | 204 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.2 |
| HSL | 181.05º | 0.53% | 0.58% | - |
| HSV(B) | 181.05º | 0.56% | 0.8% | - |
| XYZ | 36.24 | 48.77 | 64.63 | - |
| YUV | 168.74 | 147.89 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 202 | 204 | 0.56 | 0.01 | 0 | 0.2 | 181.05 | 0.53 | 0.58 |
| Hex | 5A | CA | CC | 38 | 1 | 0 | 14 | B5 | 35 | 3A |
| Octal | 132 | 312 | 314 | 70 | 1 | 0 | 24 | 265 | 65 | 72 |
| Binary | 1011010 | 11001010 | 11001100 | 111000 | 1 | 0 | 10100 | 10110101 | 110101 | 111010 |
Color Harmonies of #5ACACC
Complementary color
Monochromatic Colors of #5ACACC
Black with #5ACACC
Text Example
Text Example
White with #5ACACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACACC; }
p { color: rgb(90,202,204); }
H1.HeaderClassName
{
color: #5ACACC;
}
.AnyTagClassName
{
color: #5ACACC;
}
</style>
background-color css
<style>
a { background-color: #5ACACC; }
a { background-color: rgb(90,202,204); }
div.DivClassName
{
background-color: #5ACACC;
}
.BgClassName
{
background-color: #5ACACC;
}
</style>
border-color css
<style>
span { border-color: #5ACACC; }
span { border-color: rgb(90,202,204); }
td.TdClassName
{
border-color: #5ACACC;
}
.TagClassName
{
border-color: #5ACACC;
}
</style>