Shades of Medium Turquoise #3ACCCC
Tints of Medium Turquoise #3ACCCC
RGB
CMYK
RGB Variations
Color information
#3ACCCC (or 0x3ACCCC) is known color: Medium Turquoise. HEX triplet: 3A, CC and CC. RGB value is (58,204,204). Sum of RGB (Red+Green+Blue) = 58+204+204=466 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.45% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #3ACCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACCCC is #C53333. Grayscale: #A0A0A0. Windows color (decimal): -12923700 or 13421626. OLE color: 13421626.
HSL color Cylindrical-coordinate representation of color #3ACCCC: hue angle of 180º 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 #3ACCCC is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 204 | 204 | - |
| CMYK | 0.72 | 0 | 0 | 0.2 |
| HSL | 180º | 0.59% | 0.51% | - |
| HSV(B) | 180º | 0.72% | 0.8% | - |
| XYZ | 34.24 | 48.44 | 64.67 | - |
| YUV | 160.35 | 152.63 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 204 | 204 | 0.72 | 0 | 0 | 0.2 | 180 | 0.59 | 0.51 |
| Hex | 3A | CC | CC | 48 | 0 | 0 | 14 | B4 | 3B | 33 |
| Octal | 72 | 314 | 314 | 110 | 0 | 0 | 24 | 264 | 73 | 63 |
| Binary | 111010 | 11001100 | 11001100 | 1001000 | 0 | 0 | 10100 | 10110100 | 111011 | 110011 |
Color Harmonies of #3ACCCC
Complementary color
Monochromatic Colors of #3ACCCC
Black with #3ACCCC
Text Example
Text Example
White with #3ACCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACCCC; }
p { color: rgb(58,204,204); }
H1.HeaderClassName
{
color: #3ACCCC;
}
.AnyTagClassName
{
color: #3ACCCC;
}
</style>
background-color css
<style>
a { background-color: #3ACCCC; }
a { background-color: rgb(58,204,204); }
div.DivClassName
{
background-color: #3ACCCC;
}
.BgClassName
{
background-color: #3ACCCC;
}
</style>
border-color css
<style>
span { border-color: #3ACCCC; }
span { border-color: rgb(58,204,204); }
td.TdClassName
{
border-color: #3ACCCC;
}
.TagClassName
{
border-color: #3ACCCC;
}
</style>