Shades of Turquoise #2AEECD
Tints of Turquoise #2AEECD
RGB
CMYK
RGB Variations
Color information
#2AEECD (or 0x2AEECD) is known color: Turquoise. HEX triplet: 2A, EE and CD. RGB value is (42,238,205). Sum of RGB (Red+Green+Blue) = 42+238+205=485 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.66% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #2AEECD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEECD is #D51132. Grayscale: #AFAFAF. Windows color (decimal): -13963571 or 13495850. OLE color: 13495850.
HSL color Cylindrical-coordinate representation of color #2AEECD: hue angle of 169.9º 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 #2AEECD is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 238 | 205 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.07 |
| HSL | 169.9º | 0.85% | 0.55% | - |
| HSV(B) | 169.9º | 0.82% | 0.93% | - |
| XYZ | 42.55 | 66.05 | 68.26 | - |
| YUV | 175.63 | 144.57 | 32.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 238 | 205 | 0.82 | 0 | 0.14 | 0.07 | 169.9 | 0.85 | 0.55 |
| Hex | 2A | EE | CD | 52 | 0 | E | 7 | AA | 55 | 37 |
| Octal | 52 | 356 | 315 | 122 | 0 | 16 | 7 | 252 | 125 | 67 |
| Binary | 101010 | 11101110 | 11001101 | 1010010 | 0 | 1110 | 111 | 10101010 | 1010101 | 110111 |
Color Harmonies of #2AEECD
Complementary color
Monochromatic Colors of #2AEECD
Black with #2AEECD
Text Example
Text Example
White with #2AEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEECD; }
p { color: rgb(42,238,205); }
H1.HeaderClassName
{
color: #2AEECD;
}
.AnyTagClassName
{
color: #2AEECD;
}
</style>
background-color css
<style>
a { background-color: #2AEECD; }
a { background-color: rgb(42,238,205); }
div.DivClassName
{
background-color: #2AEECD;
}
.BgClassName
{
background-color: #2AEECD;
}
</style>
border-color css
<style>
span { border-color: #2AEECD; }
span { border-color: rgb(42,238,205); }
td.TdClassName
{
border-color: #2AEECD;
}
.TagClassName
{
border-color: #2AEECD;
}
</style>