Shades of Medium Turquoise #3ACCB9
Tints of Medium Turquoise #3ACCB9
RGB
CMYK
RGB Variations
Color information
#3ACCB9 (or 0x3ACCB9) is known color: Medium Turquoise. HEX triplet: 3A, CC and B9. RGB value is (58,204,185). Sum of RGB (Red+Green+Blue) = 58+204+185=447 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.98% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACCB9 is #C53346. Grayscale: #9E9E9E. Windows color (decimal): -12923719 or 12176442. OLE color: 12176442.
HSL color Cylindrical-coordinate representation of color #3ACCB9: hue angle of 172.19º 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 #3ACCB9 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 204 | 185 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.2 |
| HSL | 172.19º | 0.59% | 0.51% | - |
| HSV(B) | 172.19º | 0.72% | 0.8% | - |
| XYZ | 32.09 | 47.59 | 53.39 | - |
| YUV | 158.18 | 143.13 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 204 | 185 | 0.72 | 0 | 0.09 | 0.2 | 172.19 | 0.59 | 0.51 |
| Hex | 3A | CC | B9 | 48 | 0 | 9 | 14 | AC | 3B | 33 |
| Octal | 72 | 314 | 271 | 110 | 0 | 11 | 24 | 254 | 73 | 63 |
| Binary | 111010 | 11001100 | 10111001 | 1001000 | 0 | 1001 | 10100 | 10101100 | 111011 | 110011 |
Color Harmonies of #3ACCB9
Complementary color
Monochromatic Colors of #3ACCB9
Black with #3ACCB9
Text Example
Text Example
White with #3ACCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACCB9; }
p { color: rgb(58,204,185); }
H1.HeaderClassName
{
color: #3ACCB9;
}
.AnyTagClassName
{
color: #3ACCB9;
}
</style>
background-color css
<style>
a { background-color: #3ACCB9; }
a { background-color: rgb(58,204,185); }
div.DivClassName
{
background-color: #3ACCB9;
}
.BgClassName
{
background-color: #3ACCB9;
}
</style>
border-color css
<style>
span { border-color: #3ACCB9; }
span { border-color: rgb(58,204,185); }
td.TdClassName
{
border-color: #3ACCB9;
}
.TagClassName
{
border-color: #3ACCB9;
}
</style>