Shades of Medium Turquoise #3ACEC1
Tints of Medium Turquoise #3ACEC1
RGB
CMYK
RGB Variations
Color information
#3ACEC1 (or 0x3ACEC1) is known color: Medium Turquoise. HEX triplet: 3A, CE and C1. RGB value is (58,206,193). Sum of RGB (Red+Green+Blue) = 58+206+193=457 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.69% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACEC1 is #C5313E. Grayscale: #A0A0A0. Windows color (decimal): -12923199 or 12701242. OLE color: 12701242.
HSL color Cylindrical-coordinate representation of color #3ACEC1: hue angle of 174.73º 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 #3ACEC1 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 206 | 193 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.19 |
| HSL | 174.73º | 0.6% | 0.52% | - |
| HSV(B) | 174.73º | 0.72% | 0.81% | - |
| XYZ | 33.44 | 48.89 | 58.13 | - |
| YUV | 160.27 | 146.47 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 206 | 193 | 0.72 | 0 | 0.06 | 0.19 | 174.73 | 0.6 | 0.52 |
| Hex | 3A | CE | C1 | 48 | 0 | 6 | 13 | AF | 3C | 34 |
| Octal | 72 | 316 | 301 | 110 | 0 | 6 | 23 | 257 | 74 | 64 |
| Binary | 111010 | 11001110 | 11000001 | 1001000 | 0 | 110 | 10011 | 10101111 | 111100 | 110100 |
Color Harmonies of #3ACEC1
Complementary color
Monochromatic Colors of #3ACEC1
Black with #3ACEC1
Text Example
Text Example
White with #3ACEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACEC1; }
p { color: rgb(58,206,193); }
H1.HeaderClassName
{
color: #3ACEC1;
}
.AnyTagClassName
{
color: #3ACEC1;
}
</style>
background-color css
<style>
a { background-color: #3ACEC1; }
a { background-color: rgb(58,206,193); }
div.DivClassName
{
background-color: #3ACEC1;
}
.BgClassName
{
background-color: #3ACEC1;
}
</style>
border-color css
<style>
span { border-color: #3ACEC1; }
span { border-color: rgb(58,206,193); }
td.TdClassName
{
border-color: #3ACEC1;
}
.TagClassName
{
border-color: #3ACEC1;
}
</style>