Shades of Bright Turquoise #2AEEEC
Tints of Bright Turquoise #2AEEEC
RGB
CMYK
RGB Variations
Color information
#2AEEEC (or 0x2AEEEC) is known color: Bright Turquoise. HEX triplet: 2A, EE and EC. RGB value is (42,238,236). Sum of RGB (Red+Green+Blue) = 42+238+236=516 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.14% from 516); Green value is 238 (93.36% from 255 or 46.12% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 238 - color contains mainly: green. Hex color #2AEEEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AEEEC is #D51113. Grayscale: #B2B2B2. Windows color (decimal): -13963540 or 15527466. OLE color: 15527466.
HSL color Cylindrical-coordinate representation of color #2AEEEC: hue angle of 179.39º degrees, saturation: 0.85, 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 #2AEEEC is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 238 | 236 | - |
| CMYK | 0.82 | 0 | 0.01 | 0.07 |
| HSL | 179.39º | 0.85% | 0.55% | - |
| HSV(B) | 179.39º | 0.82% | 0.93% | - |
| XYZ | 46.67 | 67.7 | 89.96 | - |
| YUV | 179.17 | 160.07 | 30.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 238 | 236 | 0.82 | 0 | 0.01 | 0.07 | 179.39 | 0.85 | 0.55 |
| Hex | 2A | EE | EC | 52 | 0 | 1 | 7 | B3 | 55 | 37 |
| Octal | 52 | 356 | 354 | 122 | 0 | 1 | 7 | 263 | 125 | 67 |
| Binary | 101010 | 11101110 | 11101100 | 1010010 | 0 | 1 | 111 | 10110011 | 1010101 | 110111 |
Color Harmonies of #2AEEEC
Complementary color
Monochromatic Colors of #2AEEEC
Black with #2AEEEC
Text Example
Text Example
White with #2AEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEEEC; }
p { color: rgb(42,238,236); }
H1.HeaderClassName
{
color: #2AEEEC;
}
.AnyTagClassName
{
color: #2AEEEC;
}
</style>
background-color css
<style>
a { background-color: #2AEEEC; }
a { background-color: rgb(42,238,236); }
div.DivClassName
{
background-color: #2AEEEC;
}
.BgClassName
{
background-color: #2AEEEC;
}
</style>
border-color css
<style>
span { border-color: #2AEEEC; }
span { border-color: rgb(42,238,236); }
td.TdClassName
{
border-color: #2AEEEC;
}
.TagClassName
{
border-color: #2AEEEC;
}
</style>