Shades of Medium Turquoise #3ACACC
Tints of Medium Turquoise #3ACACC
RGB
CMYK
RGB Variations
Color information
#3ACACC (or 0x3ACACC) is known color: Medium Turquoise. HEX triplet: 3A, CA and CC. RGB value is (58,202,204). Sum of RGB (Red+Green+Blue) = 58+202+204=464 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.5% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #3ACACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACACC is #C53533. Grayscale: #9F9F9F. Windows color (decimal): -12924212 or 13421114. OLE color: 13421114.
HSL color Cylindrical-coordinate representation of color #3ACACC: hue angle of 180.82º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACACC is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 202 | 204 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.2 |
| HSL | 180.82º | 0.59% | 0.51% | - |
| HSV(B) | 180.82º | 0.72% | 0.8% | - |
| XYZ | 33.76 | 47.5 | 64.52 | - |
| YUV | 159.17 | 153.29 | 55.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 202 | 204 | 0.72 | 0.01 | 0 | 0.2 | 180.82 | 0.59 | 0.51 |
| Hex | 3A | CA | CC | 48 | 1 | 0 | 14 | B5 | 3B | 33 |
| Octal | 72 | 312 | 314 | 110 | 1 | 0 | 24 | 265 | 73 | 63 |
| Binary | 111010 | 11001010 | 11001100 | 1001000 | 1 | 0 | 10100 | 10110101 | 111011 | 110011 |
Color Harmonies of #3ACACC
Complementary color
Monochromatic Colors of #3ACACC
Black with #3ACACC
Text Example
Text Example
White with #3ACACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACACC; }
p { color: rgb(58,202,204); }
H1.HeaderClassName
{
color: #3ACACC;
}
.AnyTagClassName
{
color: #3ACACC;
}
</style>
background-color css
<style>
a { background-color: #3ACACC; }
a { background-color: rgb(58,202,204); }
div.DivClassName
{
background-color: #3ACACC;
}
.BgClassName
{
background-color: #3ACACC;
}
</style>
border-color css
<style>
span { border-color: #3ACACC; }
span { border-color: rgb(58,202,204); }
td.TdClassName
{
border-color: #3ACACC;
}
.TagClassName
{
border-color: #3ACACC;
}
</style>