Shades of Turquoise #2AEEE2
Tints of Turquoise #2AEEE2
RGB
CMYK
RGB Variations
Color information
#2AEEE2 (or 0x2AEEE2) is known color: Turquoise. HEX triplet: 2A, EE and E2. RGB value is (42,238,226). Sum of RGB (Red+Green+Blue) = 42+238+226=506 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.30% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 226 (88.67% from 255 or 44.66% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #2AEEE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEEE2 is #D5111D. Grayscale: #B1B1B1. Windows color (decimal): -13963550 or 14872106. OLE color: 14872106.
HSL color Cylindrical-coordinate representation of color #2AEEE2: hue angle of 176.33º 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 #2AEEE2 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 238 | 226 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.07 |
| HSL | 176.33º | 0.85% | 0.55% | - |
| HSV(B) | 176.33º | 0.82% | 0.93% | - |
| XYZ | 45.26 | 67.13 | 82.52 | - |
| YUV | 178.03 | 155.07 | 30.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 238 | 226 | 0.82 | 0 | 0.05 | 0.07 | 176.33 | 0.85 | 0.55 |
| Hex | 2A | EE | E2 | 52 | 0 | 5 | 7 | B0 | 55 | 37 |
| Octal | 52 | 356 | 342 | 122 | 0 | 5 | 7 | 260 | 125 | 67 |
| Binary | 101010 | 11101110 | 11100010 | 1010010 | 0 | 101 | 111 | 10110000 | 1010101 | 110111 |
Color Harmonies of #2AEEE2
Complementary color
Monochromatic Colors of #2AEEE2
Black with #2AEEE2
Text Example
Text Example
White with #2AEEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEEE2; }
p { color: rgb(42,238,226); }
H1.HeaderClassName
{
color: #2AEEE2;
}
.AnyTagClassName
{
color: #2AEEE2;
}
</style>
background-color css
<style>
a { background-color: #2AEEE2; }
a { background-color: rgb(42,238,226); }
div.DivClassName
{
background-color: #2AEEE2;
}
.BgClassName
{
background-color: #2AEEE2;
}
</style>
border-color css
<style>
span { border-color: #2AEEE2; }
span { border-color: rgb(42,238,226); }
td.TdClassName
{
border-color: #2AEEE2;
}
.TagClassName
{
border-color: #2AEEE2;
}
</style>