Shades of Turquoise #2AECE4
Tints of Turquoise #2AECE4
RGB
CMYK
RGB Variations
Color information
#2AECE4 (or 0x2AECE4) is known color: Turquoise. HEX triplet: 2A, EC and E4. RGB value is (42,236,228). Sum of RGB (Red+Green+Blue) = 42+236+228=506 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.30% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 228 (89.45% from 255 or 45.06% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #2AECE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AECE4 is #D5131B. Grayscale: #B0B0B0. Windows color (decimal): -13964060 or 15002666. OLE color: 15002666.
HSL color Cylindrical-coordinate representation of color #2AECE4: hue angle of 177.53º 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 #2AECE4 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 236 | 228 | - |
| CMYK | 0.82 | 0 | 0.03 | 0.07 |
| HSL | 177.53º | 0.84% | 0.55% | - |
| HSV(B) | 177.53º | 0.82% | 0.93% | - |
| XYZ | 44.95 | 66.08 | 83.79 | - |
| YUV | 177.08 | 156.73 | 31.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 236 | 228 | 0.82 | 0 | 0.03 | 0.07 | 177.53 | 0.84 | 0.55 |
| Hex | 2A | EC | E4 | 52 | 0 | 3 | 7 | B2 | 54 | 37 |
| Octal | 52 | 354 | 344 | 122 | 0 | 3 | 7 | 262 | 124 | 67 |
| Binary | 101010 | 11101100 | 11100100 | 1010010 | 0 | 11 | 111 | 10110010 | 1010100 | 110111 |
Color Harmonies of #2AECE4
Complementary color
Monochromatic Colors of #2AECE4
Black with #2AECE4
Text Example
Text Example
White with #2AECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AECE4; }
p { color: rgb(42,236,228); }
H1.HeaderClassName
{
color: #2AECE4;
}
.AnyTagClassName
{
color: #2AECE4;
}
</style>
background-color css
<style>
a { background-color: #2AECE4; }
a { background-color: rgb(42,236,228); }
div.DivClassName
{
background-color: #2AECE4;
}
.BgClassName
{
background-color: #2AECE4;
}
</style>
border-color css
<style>
span { border-color: #2AECE4; }
span { border-color: rgb(42,236,228); }
td.TdClassName
{
border-color: #2AECE4;
}
.TagClassName
{
border-color: #2AECE4;
}
</style>