Shades of Medium Turquoise #3ACCB5
Tints of Medium Turquoise #3ACCB5
RGB
CMYK
RGB Variations
Color information
#3ACCB5 (or 0x3ACCB5) is known color: Medium Turquoise. HEX triplet: 3A, CC and B5. RGB value is (58,204,181). Sum of RGB (Red+Green+Blue) = 58+204+181=443 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.09% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACCB5 is #C5334A. Grayscale: #9D9D9D. Windows color (decimal): -12923723 or 11914298. OLE color: 11914298.
HSL color Cylindrical-coordinate representation of color #3ACCB5: hue angle of 170.55º 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 #3ACCB5 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 204 | 181 | - |
| CMYK | 0.72 | 0 | 0.11 | 0.2 |
| HSL | 170.55º | 0.59% | 0.51% | - |
| HSV(B) | 170.55º | 0.72% | 0.8% | - |
| XYZ | 31.68 | 47.42 | 51.2 | - |
| YUV | 157.72 | 141.13 | 56.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 204 | 181 | 0.72 | 0 | 0.11 | 0.2 | 170.55 | 0.59 | 0.51 |
| Hex | 3A | CC | B5 | 48 | 0 | B | 14 | AB | 3B | 33 |
| Octal | 72 | 314 | 265 | 110 | 0 | 13 | 24 | 253 | 73 | 63 |
| Binary | 111010 | 11001100 | 10110101 | 1001000 | 0 | 1011 | 10100 | 10101011 | 111011 | 110011 |
Color Harmonies of #3ACCB5
Complementary color
Monochromatic Colors of #3ACCB5
Black with #3ACCB5
Text Example
Text Example
White with #3ACCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACCB5; }
p { color: rgb(58,204,181); }
H1.HeaderClassName
{
color: #3ACCB5;
}
.AnyTagClassName
{
color: #3ACCB5;
}
</style>
background-color css
<style>
a { background-color: #3ACCB5; }
a { background-color: rgb(58,204,181); }
div.DivClassName
{
background-color: #3ACCB5;
}
.BgClassName
{
background-color: #3ACCB5;
}
</style>
border-color css
<style>
span { border-color: #3ACCB5; }
span { border-color: rgb(58,204,181); }
td.TdClassName
{
border-color: #3ACCB5;
}
.TagClassName
{
border-color: #3ACCB5;
}
</style>