Shades of Medium Turquoise #3ACCBA
Tints of Medium Turquoise #3ACCBA
RGB
CMYK
RGB Variations
Color information
#3ACCBA (or 0x3ACCBA) is known color: Medium Turquoise. HEX triplet: 3A, CC and BA. RGB value is (58,204,186). Sum of RGB (Red+Green+Blue) = 58+204+186=448 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.95% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACCBA is #C53345. Grayscale: #9E9E9E. Windows color (decimal): -12923718 or 12241978. OLE color: 12241978.
HSL color Cylindrical-coordinate representation of color #3ACCBA: hue angle of 172.6º 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 #3ACCBA is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 204 | 186 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.2 |
| HSL | 172.6º | 0.59% | 0.51% | - |
| HSV(B) | 172.6º | 0.72% | 0.8% | - |
| XYZ | 32.2 | 47.63 | 53.95 | - |
| YUV | 158.29 | 143.63 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 204 | 186 | 0.72 | 0 | 0.09 | 0.2 | 172.6 | 0.59 | 0.51 |
| Hex | 3A | CC | BA | 48 | 0 | 9 | 14 | AD | 3B | 33 |
| Octal | 72 | 314 | 272 | 110 | 0 | 11 | 24 | 255 | 73 | 63 |
| Binary | 111010 | 11001100 | 10111010 | 1001000 | 0 | 1001 | 10100 | 10101101 | 111011 | 110011 |
Color Harmonies of #3ACCBA
Complementary color
Monochromatic Colors of #3ACCBA
Black with #3ACCBA
Text Example
Text Example
White with #3ACCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACCBA; }
p { color: rgb(58,204,186); }
H1.HeaderClassName
{
color: #3ACCBA;
}
.AnyTagClassName
{
color: #3ACCBA;
}
</style>
background-color css
<style>
a { background-color: #3ACCBA; }
a { background-color: rgb(58,204,186); }
div.DivClassName
{
background-color: #3ACCBA;
}
.BgClassName
{
background-color: #3ACCBA;
}
</style>
border-color css
<style>
span { border-color: #3ACCBA; }
span { border-color: rgb(58,204,186); }
td.TdClassName
{
border-color: #3ACCBA;
}
.TagClassName
{
border-color: #3ACCBA;
}
</style>