Shades of Medium Turquoise #3ACEC7
Tints of Medium Turquoise #3ACEC7
RGB
CMYK
RGB Variations
Color information
#3ACEC7 (or 0x3ACEC7) is known color: Medium Turquoise. HEX triplet: 3A, CE and C7. RGB value is (58,206,199). Sum of RGB (Red+Green+Blue) = 58+206+199=463 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.53% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACEC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACEC7 is #C53138. Grayscale: #A0A0A0. Windows color (decimal): -12923193 or 13094458. OLE color: 13094458.
HSL color Cylindrical-coordinate representation of color #3ACEC7: hue angle of 177.16º 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 #3ACEC7 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 206 | 199 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.19 |
| HSL | 177.16º | 0.6% | 0.52% | - |
| HSV(B) | 177.16º | 0.72% | 0.81% | - |
| XYZ | 34.13 | 49.17 | 61.72 | - |
| YUV | 160.95 | 149.47 | 54.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 206 | 199 | 0.72 | 0 | 0.03 | 0.19 | 177.16 | 0.6 | 0.52 |
| Hex | 3A | CE | C7 | 48 | 0 | 3 | 13 | B1 | 3C | 34 |
| Octal | 72 | 316 | 307 | 110 | 0 | 3 | 23 | 261 | 74 | 64 |
| Binary | 111010 | 11001110 | 11000111 | 1001000 | 0 | 11 | 10011 | 10110001 | 111100 | 110100 |
Color Harmonies of #3ACEC7
Complementary color
Monochromatic Colors of #3ACEC7
Black with #3ACEC7
Text Example
Text Example
White with #3ACEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACEC7; }
p { color: rgb(58,206,199); }
H1.HeaderClassName
{
color: #3ACEC7;
}
.AnyTagClassName
{
color: #3ACEC7;
}
</style>
background-color css
<style>
a { background-color: #3ACEC7; }
a { background-color: rgb(58,206,199); }
div.DivClassName
{
background-color: #3ACEC7;
}
.BgClassName
{
background-color: #3ACEC7;
}
</style>
border-color css
<style>
span { border-color: #3ACEC7; }
span { border-color: rgb(58,206,199); }
td.TdClassName
{
border-color: #3ACEC7;
}
.TagClassName
{
border-color: #3ACEC7;
}
</style>