Shades of Turquoise #3AECBA
Tints of Turquoise #3AECBA
RGB
CMYK
RGB Variations
Color information
#3AECBA (or 0x3AECBA) is known color: Turquoise. HEX triplet: 3A, EC and BA. RGB value is (58,236,186). Sum of RGB (Red+Green+Blue) = 58+236+186=480 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.08% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #3AECBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AECBA is #C51345. Grayscale: #B1B1B1. Windows color (decimal): -12915526 or 12250170. OLE color: 12250170.
HSL color Cylindrical-coordinate representation of color #3AECBA: hue angle of 163.15º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AECBA is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 236 | 186 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.07 |
| HSL | 163.15º | 0.82% | 0.58% | - |
| HSV(B) | 163.15º | 0.75% | 0.93% | - |
| XYZ | 40.6 | 64.44 | 56.75 | - |
| YUV | 177.08 | 133.03 | 43.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 236 | 186 | 0.75 | 0 | 0.21 | 0.07 | 163.15 | 0.82 | 0.58 |
| Hex | 3A | EC | BA | 4B | 0 | 15 | 7 | A3 | 52 | 3A |
| Octal | 72 | 354 | 272 | 113 | 0 | 25 | 7 | 243 | 122 | 72 |
| Binary | 111010 | 11101100 | 10111010 | 1001011 | 0 | 10101 | 111 | 10100011 | 1010010 | 111010 |
Color Harmonies of #3AECBA
Complementary color
Monochromatic Colors of #3AECBA
Black with #3AECBA
Text Example
Text Example
White with #3AECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AECBA; }
p { color: rgb(58,236,186); }
H1.HeaderClassName
{
color: #3AECBA;
}
.AnyTagClassName
{
color: #3AECBA;
}
</style>
background-color css
<style>
a { background-color: #3AECBA; }
a { background-color: rgb(58,236,186); }
div.DivClassName
{
background-color: #3AECBA;
}
.BgClassName
{
background-color: #3AECBA;
}
</style>
border-color css
<style>
span { border-color: #3AECBA; }
span { border-color: rgb(58,236,186); }
td.TdClassName
{
border-color: #3AECBA;
}
.TagClassName
{
border-color: #3AECBA;
}
</style>