Shades of Turquoise #2AECBC
Tints of Turquoise #2AECBC
RGB
CMYK
RGB Variations
Color information
#2AECBC (or 0x2AECBC) is known color: Turquoise. HEX triplet: 2A, EC and BC. RGB value is (42,236,188). Sum of RGB (Red+Green+Blue) = 42+236+188=466 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.01% from 466); Green value is 236 (92.58% from 255 or 50.64% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 236 - color contains mainly: green. Hex color #2AECBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AECBC is #D51343. Grayscale: #ACACAC. Windows color (decimal): -13964100 or 12381226. OLE color: 12381226.
HSL color Cylindrical-coordinate representation of color #2AECBC: hue angle of 165.15º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AECBC is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 236 | 188 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.07 |
| HSL | 165.15º | 0.84% | 0.55% | - |
| HSV(B) | 165.15º | 0.82% | 0.93% | - |
| XYZ | 40.03 | 64.11 | 57.84 | - |
| YUV | 172.52 | 136.73 | 34.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 236 | 188 | 0.82 | 0 | 0.20 | 0.07 | 165.15 | 0.84 | 0.55 |
| Hex | 2A | EC | BC | 52 | 0 | 14 | 7 | A5 | 54 | 37 |
| Octal | 52 | 354 | 274 | 122 | 0 | 24 | 7 | 245 | 124 | 67 |
| Binary | 101010 | 11101100 | 10111100 | 1010010 | 0 | 10100 | 111 | 10100101 | 1010100 | 110111 |
Color Harmonies of #2AECBC
Complementary color
Monochromatic Colors of #2AECBC
Black with #2AECBC
Text Example
Text Example
White with #2AECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AECBC; }
p { color: rgb(42,236,188); }
H1.HeaderClassName
{
color: #2AECBC;
}
.AnyTagClassName
{
color: #2AECBC;
}
</style>
background-color css
<style>
a { background-color: #2AECBC; }
a { background-color: rgb(42,236,188); }
div.DivClassName
{
background-color: #2AECBC;
}
.BgClassName
{
background-color: #2AECBC;
}
</style>
border-color css
<style>
span { border-color: #2AECBC; }
span { border-color: rgb(42,236,188); }
td.TdClassName
{
border-color: #2AECBC;
}
.TagClassName
{
border-color: #2AECBC;
}
</style>