Shades of Turquoise #3AECBF
Tints of Turquoise #3AECBF
RGB
CMYK
RGB Variations
Color information
#3AECBF (or 0x3AECBF) is known color: Turquoise. HEX triplet: 3A, EC and BF. RGB value is (58,236,191). Sum of RGB (Red+Green+Blue) = 58+236+191=485 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.96% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #3AECBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AECBF is #C51340. Grayscale: #B1B1B1. Windows color (decimal): -12915521 or 12577850. OLE color: 12577850.
HSL color Cylindrical-coordinate representation of color #3AECBF: hue angle of 164.83º 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 #3AECBF is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 236 | 191 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.07 |
| HSL | 164.83º | 0.82% | 0.58% | - |
| HSV(B) | 164.83º | 0.75% | 0.93% | - |
| XYZ | 41.14 | 64.65 | 59.6 | - |
| YUV | 177.65 | 135.53 | 42.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 236 | 191 | 0.75 | 0 | 0.19 | 0.07 | 164.83 | 0.82 | 0.58 |
| Hex | 3A | EC | BF | 4B | 0 | 13 | 7 | A5 | 52 | 3A |
| Octal | 72 | 354 | 277 | 113 | 0 | 23 | 7 | 245 | 122 | 72 |
| Binary | 111010 | 11101100 | 10111111 | 1001011 | 0 | 10011 | 111 | 10100101 | 1010010 | 111010 |
Color Harmonies of #3AECBF
Complementary color
Monochromatic Colors of #3AECBF
Black with #3AECBF
Text Example
Text Example
White with #3AECBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AECBF; }
p { color: rgb(58,236,191); }
H1.HeaderClassName
{
color: #3AECBF;
}
.AnyTagClassName
{
color: #3AECBF;
}
</style>
background-color css
<style>
a { background-color: #3AECBF; }
a { background-color: rgb(58,236,191); }
div.DivClassName
{
background-color: #3AECBF;
}
.BgClassName
{
background-color: #3AECBF;
}
</style>
border-color css
<style>
span { border-color: #3AECBF; }
span { border-color: rgb(58,236,191); }
td.TdClassName
{
border-color: #3AECBF;
}
.TagClassName
{
border-color: #3AECBF;
}
</style>