Shades of Turquoise #2AEECA
Tints of Turquoise #2AEECA
RGB
CMYK
RGB Variations
Color information
#2AEECA (or 0x2AEECA) is known color: Turquoise. HEX triplet: 2A, EE and CA. RGB value is (42,238,202). Sum of RGB (Red+Green+Blue) = 42+238+202=482 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.71% from 482); Green value is 238 (93.36% from 255 or 49.38% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 238 - color contains mainly: green. Hex color #2AEECA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEECA is #D51135. Grayscale: #AFAFAF. Windows color (decimal): -13963574 or 13299242. OLE color: 13299242.
HSL color Cylindrical-coordinate representation of color #2AEECA: hue angle of 168.98º 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 #2AEECA is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 238 | 202 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.07 |
| HSL | 168.98º | 0.85% | 0.55% | - |
| HSV(B) | 168.98º | 0.82% | 0.93% | - |
| XYZ | 42.19 | 65.91 | 66.37 | - |
| YUV | 175.29 | 143.07 | 32.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 238 | 202 | 0.82 | 0 | 0.15 | 0.07 | 168.98 | 0.85 | 0.55 |
| Hex | 2A | EE | CA | 52 | 0 | F | 7 | A9 | 55 | 37 |
| Octal | 52 | 356 | 312 | 122 | 0 | 17 | 7 | 251 | 125 | 67 |
| Binary | 101010 | 11101110 | 11001010 | 1010010 | 0 | 1111 | 111 | 10101001 | 1010101 | 110111 |
Color Harmonies of #2AEECA
Complementary color
Monochromatic Colors of #2AEECA
Black with #2AEECA
Text Example
Text Example
White with #2AEECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEECA; }
p { color: rgb(42,238,202); }
H1.HeaderClassName
{
color: #2AEECA;
}
.AnyTagClassName
{
color: #2AEECA;
}
</style>
background-color css
<style>
a { background-color: #2AEECA; }
a { background-color: rgb(42,238,202); }
div.DivClassName
{
background-color: #2AEECA;
}
.BgClassName
{
background-color: #2AEECA;
}
</style>
border-color css
<style>
span { border-color: #2AEECA; }
span { border-color: rgb(42,238,202); }
td.TdClassName
{
border-color: #2AEECA;
}
.TagClassName
{
border-color: #2AEECA;
}
</style>