Shades of Medium Turquoise #5ACCCC
Tints of Medium Turquoise #5ACCCC
RGB
CMYK
RGB Variations
Color information
#5ACCCC (or 0x5ACCCC) is known color: Medium Turquoise. HEX triplet: 5A, CC and CC. RGB value is (90,204,204). Sum of RGB (Red+Green+Blue) = 90+204+204=498 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.07% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #5ACCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACCCC is #A53333. Grayscale: #A9A9A9. Windows color (decimal): -10826548 or 13421658. OLE color: 13421658.
HSL color Cylindrical-coordinate representation of color #5ACCCC: hue angle of 180º 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 #5ACCCC is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 204 | 204 | - |
| CMYK | 0.56 | 0 | 0 | 0.2 |
| HSL | 180º | 0.53% | 0.58% | - |
| HSV(B) | 180º | 0.56% | 0.8% | - |
| XYZ | 36.71 | 49.72 | 64.79 | - |
| YUV | 169.91 | 147.23 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 204 | 204 | 0.56 | 0 | 0 | 0.2 | 180 | 0.53 | 0.58 |
| Hex | 5A | CC | CC | 38 | 0 | 0 | 14 | B4 | 35 | 3A |
| Octal | 132 | 314 | 314 | 70 | 0 | 0 | 24 | 264 | 65 | 72 |
| Binary | 1011010 | 11001100 | 11001100 | 111000 | 0 | 0 | 10100 | 10110100 | 110101 | 111010 |
Color Harmonies of #5ACCCC
Complementary color
Monochromatic Colors of #5ACCCC
Black with #5ACCCC
Text Example
Text Example
White with #5ACCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACCCC; }
p { color: rgb(90,204,204); }
H1.HeaderClassName
{
color: #5ACCCC;
}
.AnyTagClassName
{
color: #5ACCCC;
}
</style>
background-color css
<style>
a { background-color: #5ACCCC; }
a { background-color: rgb(90,204,204); }
div.DivClassName
{
background-color: #5ACCCC;
}
.BgClassName
{
background-color: #5ACCCC;
}
</style>
border-color css
<style>
span { border-color: #5ACCCC; }
span { border-color: rgb(90,204,204); }
td.TdClassName
{
border-color: #5ACCCC;
}
.TagClassName
{
border-color: #5ACCCC;
}
</style>