Shades of Turquoise #2AECE0
Tints of Turquoise #2AECE0
RGB
CMYK
RGB Variations
Color information
#2AECE0 (or 0x2AECE0) is known color: Turquoise. HEX triplet: 2A, EC and E0. RGB value is (42,236,224). Sum of RGB (Red+Green+Blue) = 42+236+224=502 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.37% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #2AECE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AECE0 is #D5131F. Grayscale: #B0B0B0. Windows color (decimal): -13964064 or 14740522. OLE color: 14740522.
HSL color Cylindrical-coordinate representation of color #2AECE0: hue angle of 176.29º 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 #2AECE0 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 236 | 224 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.07 |
| HSL | 176.29º | 0.84% | 0.55% | - |
| HSV(B) | 176.29º | 0.82% | 0.93% | - |
| XYZ | 44.4 | 65.86 | 80.89 | - |
| YUV | 176.63 | 154.73 | 31.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 236 | 224 | 0.82 | 0 | 0.05 | 0.07 | 176.29 | 0.84 | 0.55 |
| Hex | 2A | EC | E0 | 52 | 0 | 5 | 7 | B0 | 54 | 37 |
| Octal | 52 | 354 | 340 | 122 | 0 | 5 | 7 | 260 | 124 | 67 |
| Binary | 101010 | 11101100 | 11100000 | 1010010 | 0 | 101 | 111 | 10110000 | 1010100 | 110111 |
Color Harmonies of #2AECE0
Complementary color
Monochromatic Colors of #2AECE0
Black with #2AECE0
Text Example
Text Example
White with #2AECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AECE0; }
p { color: rgb(42,236,224); }
H1.HeaderClassName
{
color: #2AECE0;
}
.AnyTagClassName
{
color: #2AECE0;
}
</style>
background-color css
<style>
a { background-color: #2AECE0; }
a { background-color: rgb(42,236,224); }
div.DivClassName
{
background-color: #2AECE0;
}
.BgClassName
{
background-color: #2AECE0;
}
</style>
border-color css
<style>
span { border-color: #2AECE0; }
span { border-color: rgb(42,236,224); }
td.TdClassName
{
border-color: #2AECE0;
}
.TagClassName
{
border-color: #2AECE0;
}
</style>