Shades of Medium Turquoise #5ACAC2
Tints of Medium Turquoise #5ACAC2
RGB
CMYK
RGB Variations
Color information
#5ACAC2 (or 0x5ACAC2) is known color: Medium Turquoise. HEX triplet: 5A, CA and C2. RGB value is (90,202,194). Sum of RGB (Red+Green+Blue) = 90+202+194=486 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.52% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #5ACAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACAC2 is #A5353D. Grayscale: #A7A7A7. Windows color (decimal): -10827070 or 12765786. OLE color: 12765786.
HSL color Cylindrical-coordinate representation of color #5ACAC2: hue angle of 175.71º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ACAC2 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 202 | 194 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.21 |
| HSL | 175.71º | 0.51% | 0.57% | - |
| HSV(B) | 175.71º | 0.55% | 0.79% | - |
| XYZ | 35.07 | 48.31 | 58.52 | - |
| YUV | 167.6 | 142.89 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 202 | 194 | 0.55 | 0 | 0.04 | 0.21 | 175.71 | 0.51 | 0.57 |
| Hex | 5A | CA | C2 | 37 | 0 | 4 | 15 | B0 | 33 | 39 |
| Octal | 132 | 312 | 302 | 67 | 0 | 4 | 25 | 260 | 63 | 71 |
| Binary | 1011010 | 11001010 | 11000010 | 110111 | 0 | 100 | 10101 | 10110000 | 110011 | 111001 |
Color Harmonies of #5ACAC2
Complementary color
Monochromatic Colors of #5ACAC2
Black with #5ACAC2
Text Example
Text Example
White with #5ACAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACAC2; }
p { color: rgb(90,202,194); }
H1.HeaderClassName
{
color: #5ACAC2;
}
.AnyTagClassName
{
color: #5ACAC2;
}
</style>
background-color css
<style>
a { background-color: #5ACAC2; }
a { background-color: rgb(90,202,194); }
div.DivClassName
{
background-color: #5ACAC2;
}
.BgClassName
{
background-color: #5ACAC2;
}
</style>
border-color css
<style>
span { border-color: #5ACAC2; }
span { border-color: rgb(90,202,194); }
td.TdClassName
{
border-color: #5ACAC2;
}
.TagClassName
{
border-color: #5ACAC2;
}
</style>