Shades of Medium Turquoise #3ACABB
Tints of Medium Turquoise #3ACABB
RGB
CMYK
RGB Variations
Color information
#3ACABB (or 0x3ACABB) is known color: Medium Turquoise. HEX triplet: 3A, CA and BB. RGB value is (58,202,187). Sum of RGB (Red+Green+Blue) = 58+202+187=447 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.98% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #3ACABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACABB is #C53544. Grayscale: #9D9D9D. Windows color (decimal): -12924229 or 12307002. OLE color: 12307002.
HSL color Cylindrical-coordinate representation of color #3ACABB: hue angle of 173.75º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ACABB is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 58 | 202 | 187 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.21 |
| HSL | 173.75º | 0.58% | 0.51% | - |
| HSV(B) | 173.75º | 0.71% | 0.79% | - |
| XYZ | 31.84 | 46.73 | 54.36 | - |
| YUV | 157.23 | 144.79 | 57.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 202 | 187 | 0.71 | 0 | 0.07 | 0.21 | 173.75 | 0.58 | 0.51 |
| Hex | 3A | CA | BB | 47 | 0 | 7 | 15 | AE | 3A | 33 |
| Octal | 72 | 312 | 273 | 107 | 0 | 7 | 25 | 256 | 72 | 63 |
| Binary | 111010 | 11001010 | 10111011 | 1000111 | 0 | 111 | 10101 | 10101110 | 111010 | 110011 |
Color Harmonies of #3ACABB
Complementary color
Monochromatic Colors of #3ACABB
Black with #3ACABB
Text Example
Text Example
White with #3ACABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACABB; }
p { color: rgb(58,202,187); }
H1.HeaderClassName
{
color: #3ACABB;
}
.AnyTagClassName
{
color: #3ACABB;
}
</style>
background-color css
<style>
a { background-color: #3ACABB; }
a { background-color: rgb(58,202,187); }
div.DivClassName
{
background-color: #3ACABB;
}
.BgClassName
{
background-color: #3ACABB;
}
</style>
border-color css
<style>
span { border-color: #3ACABB; }
span { border-color: rgb(58,202,187); }
td.TdClassName
{
border-color: #3ACABB;
}
.TagClassName
{
border-color: #3ACABB;
}
</style>