Shades of Medium Turquoise #3ACCB7
Tints of Medium Turquoise #3ACCB7
RGB
CMYK
RGB Variations
Color information
#3ACCB7 (or 0x3ACCB7) is known color: Medium Turquoise. HEX triplet: 3A, CC and B7. RGB value is (58,204,183). Sum of RGB (Red+Green+Blue) = 58+204+183=445 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.03% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACCB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACCB7 is #C53348. Grayscale: #9D9D9D. Windows color (decimal): -12923721 or 12045370. OLE color: 12045370.
HSL color Cylindrical-coordinate representation of color #3ACCB7: hue angle of 171.37º 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 #3ACCB7 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 204 | 183 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.2 |
| HSL | 171.37º | 0.59% | 0.51% | - |
| HSV(B) | 171.37º | 0.72% | 0.8% | - |
| XYZ | 31.89 | 47.5 | 52.29 | - |
| YUV | 157.95 | 142.13 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 204 | 183 | 0.72 | 0 | 0.10 | 0.2 | 171.37 | 0.59 | 0.51 |
| Hex | 3A | CC | B7 | 48 | 0 | A | 14 | AB | 3B | 33 |
| Octal | 72 | 314 | 267 | 110 | 0 | 12 | 24 | 253 | 73 | 63 |
| Binary | 111010 | 11001100 | 10110111 | 1001000 | 0 | 1010 | 10100 | 10101011 | 111011 | 110011 |
Color Harmonies of #3ACCB7
Complementary color
Monochromatic Colors of #3ACCB7
Black with #3ACCB7
Text Example
Text Example
White with #3ACCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACCB7; }
p { color: rgb(58,204,183); }
H1.HeaderClassName
{
color: #3ACCB7;
}
.AnyTagClassName
{
color: #3ACCB7;
}
</style>
background-color css
<style>
a { background-color: #3ACCB7; }
a { background-color: rgb(58,204,183); }
div.DivClassName
{
background-color: #3ACCB7;
}
.BgClassName
{
background-color: #3ACCB7;
}
</style>
border-color css
<style>
span { border-color: #3ACCB7; }
span { border-color: rgb(58,204,183); }
td.TdClassName
{
border-color: #3ACCB7;
}
.TagClassName
{
border-color: #3ACCB7;
}
</style>