Shades of Medium Turquoise #3ACEBA
Tints of Medium Turquoise #3ACEBA
RGB
CMYK
RGB Variations
Color information
#3ACEBA (or 0x3ACEBA) is known color: Medium Turquoise. HEX triplet: 3A, CE and BA. RGB value is (58,206,186). Sum of RGB (Red+Green+Blue) = 58+206+186=450 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.89% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACEBA is #C53145. Grayscale: #9F9F9F. Windows color (decimal): -12923206 or 12242490. OLE color: 12242490.
HSL color Cylindrical-coordinate representation of color #3ACEBA: hue angle of 171.89º 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 #3ACEBA is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 206 | 186 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.19 |
| HSL | 171.89º | 0.6% | 0.52% | - |
| HSV(B) | 171.89º | 0.72% | 0.81% | - |
| XYZ | 32.68 | 48.59 | 54.11 | - |
| YUV | 159.47 | 142.97 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 206 | 186 | 0.72 | 0 | 0.10 | 0.19 | 171.89 | 0.6 | 0.52 |
| Hex | 3A | CE | BA | 48 | 0 | A | 13 | AC | 3C | 34 |
| Octal | 72 | 316 | 272 | 110 | 0 | 12 | 23 | 254 | 74 | 64 |
| Binary | 111010 | 11001110 | 10111010 | 1001000 | 0 | 1010 | 10011 | 10101100 | 111100 | 110100 |
Color Harmonies of #3ACEBA
Complementary color
Monochromatic Colors of #3ACEBA
Black with #3ACEBA
Text Example
Text Example
White with #3ACEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACEBA; }
p { color: rgb(58,206,186); }
H1.HeaderClassName
{
color: #3ACEBA;
}
.AnyTagClassName
{
color: #3ACEBA;
}
</style>
background-color css
<style>
a { background-color: #3ACEBA; }
a { background-color: rgb(58,206,186); }
div.DivClassName
{
background-color: #3ACEBA;
}
.BgClassName
{
background-color: #3ACEBA;
}
</style>
border-color css
<style>
span { border-color: #3ACEBA; }
span { border-color: rgb(58,206,186); }
td.TdClassName
{
border-color: #3ACEBA;
}
.TagClassName
{
border-color: #3ACEBA;
}
</style>