Shades of Turquoise #2AEECE
Tints of Turquoise #2AEECE
RGB
CMYK
RGB Variations
Color information
#2AEECE (or 0x2AEECE) is known color: Turquoise. HEX triplet: 2A, EE and CE. RGB value is (42,238,206). Sum of RGB (Red+Green+Blue) = 42+238+206=486 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.64% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #2AEECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEECE is #D51131. Grayscale: #AFAFAF. Windows color (decimal): -13963570 or 13561386. OLE color: 13561386.
HSL color Cylindrical-coordinate representation of color #2AEECE: hue angle of 170.2º 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 #2AEECE is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 238 | 206 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.07 |
| HSL | 170.2º | 0.85% | 0.55% | - |
| HSV(B) | 170.2º | 0.82% | 0.93% | - |
| XYZ | 42.67 | 66.1 | 68.9 | - |
| YUV | 175.75 | 145.07 | 32.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 238 | 206 | 0.82 | 0 | 0.13 | 0.07 | 170.2 | 0.85 | 0.55 |
| Hex | 2A | EE | CE | 52 | 0 | D | 7 | AA | 55 | 37 |
| Octal | 52 | 356 | 316 | 122 | 0 | 15 | 7 | 252 | 125 | 67 |
| Binary | 101010 | 11101110 | 11001110 | 1010010 | 0 | 1101 | 111 | 10101010 | 1010101 | 110111 |
Color Harmonies of #2AEECE
Complementary color
Monochromatic Colors of #2AEECE
Black with #2AEECE
Text Example
Text Example
White with #2AEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEECE; }
p { color: rgb(42,238,206); }
H1.HeaderClassName
{
color: #2AEECE;
}
.AnyTagClassName
{
color: #2AEECE;
}
</style>
background-color css
<style>
a { background-color: #2AEECE; }
a { background-color: rgb(42,238,206); }
div.DivClassName
{
background-color: #2AEECE;
}
.BgClassName
{
background-color: #2AEECE;
}
</style>
border-color css
<style>
span { border-color: #2AEECE; }
span { border-color: rgb(42,238,206); }
td.TdClassName
{
border-color: #2AEECE;
}
.TagClassName
{
border-color: #2AEECE;
}
</style>