Shades of Medium Turquoise #3ACCBC
Tints of Medium Turquoise #3ACCBC
RGB
CMYK
RGB Variations
Color information
#3ACCBC (or 0x3ACCBC) is known color: Medium Turquoise. HEX triplet: 3A, CC and BC. RGB value is (58,204,188). Sum of RGB (Red+Green+Blue) = 58+204+188=450 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.89% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACCBC is #C53343. Grayscale: #9E9E9E. Windows color (decimal): -12923716 or 12373050. OLE color: 12373050.
HSL color Cylindrical-coordinate representation of color #3ACCBC: hue angle of 173.42º 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 #3ACCBC is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 204 | 188 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.2 |
| HSL | 173.42º | 0.59% | 0.51% | - |
| HSV(B) | 173.42º | 0.72% | 0.8% | - |
| XYZ | 32.41 | 47.72 | 55.08 | - |
| YUV | 158.52 | 144.63 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 204 | 188 | 0.72 | 0 | 0.08 | 0.2 | 173.42 | 0.59 | 0.51 |
| Hex | 3A | CC | BC | 48 | 0 | 8 | 14 | AD | 3B | 33 |
| Octal | 72 | 314 | 274 | 110 | 0 | 10 | 24 | 255 | 73 | 63 |
| Binary | 111010 | 11001100 | 10111100 | 1001000 | 0 | 1000 | 10100 | 10101101 | 111011 | 110011 |
Color Harmonies of #3ACCBC
Complementary color
Monochromatic Colors of #3ACCBC
Black with #3ACCBC
Text Example
Text Example
White with #3ACCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACCBC; }
p { color: rgb(58,204,188); }
H1.HeaderClassName
{
color: #3ACCBC;
}
.AnyTagClassName
{
color: #3ACCBC;
}
</style>
background-color css
<style>
a { background-color: #3ACCBC; }
a { background-color: rgb(58,204,188); }
div.DivClassName
{
background-color: #3ACCBC;
}
.BgClassName
{
background-color: #3ACCBC;
}
</style>
border-color css
<style>
span { border-color: #3ACCBC; }
span { border-color: rgb(58,204,188); }
td.TdClassName
{
border-color: #3ACCBC;
}
.TagClassName
{
border-color: #3ACCBC;
}
</style>