Shades of Medium Turquoise #3ACEC2
Tints of Medium Turquoise #3ACEC2
RGB
CMYK
RGB Variations
Color information
#3ACEC2 (or 0x3ACEC2) is known color: Medium Turquoise. HEX triplet: 3A, CE and C2. RGB value is (58,206,194). Sum of RGB (Red+Green+Blue) = 58+206+194=458 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.66% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 194 (76.17% from 255 or 42.36% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACEC2 is #C5313D. Grayscale: #A0A0A0. Windows color (decimal): -12923198 or 12766778. OLE color: 12766778.
HSL color Cylindrical-coordinate representation of color #3ACEC2: hue angle of 175.14º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACEC2 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 206 | 194 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.19 |
| HSL | 175.14º | 0.6% | 0.52% | - |
| HSV(B) | 175.14º | 0.72% | 0.81% | - |
| XYZ | 33.55 | 48.94 | 58.72 | - |
| YUV | 160.38 | 146.97 | 54.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 206 | 194 | 0.72 | 0 | 0.06 | 0.19 | 175.14 | 0.6 | 0.52 |
| Hex | 3A | CE | C2 | 48 | 0 | 6 | 13 | AF | 3C | 34 |
| Octal | 72 | 316 | 302 | 110 | 0 | 6 | 23 | 257 | 74 | 64 |
| Binary | 111010 | 11001110 | 11000010 | 1001000 | 0 | 110 | 10011 | 10101111 | 111100 | 110100 |
Color Harmonies of #3ACEC2
Complementary color
Monochromatic Colors of #3ACEC2
Black with #3ACEC2
Text Example
Text Example
White with #3ACEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACEC2; }
p { color: rgb(58,206,194); }
H1.HeaderClassName
{
color: #3ACEC2;
}
.AnyTagClassName
{
color: #3ACEC2;
}
</style>
background-color css
<style>
a { background-color: #3ACEC2; }
a { background-color: rgb(58,206,194); }
div.DivClassName
{
background-color: #3ACEC2;
}
.BgClassName
{
background-color: #3ACEC2;
}
</style>
border-color css
<style>
span { border-color: #3ACEC2; }
span { border-color: rgb(58,206,194); }
td.TdClassName
{
border-color: #3ACEC2;
}
.TagClassName
{
border-color: #3ACEC2;
}
</style>