Shades of Turquoise #2AEEDD
Tints of Turquoise #2AEEDD
RGB
CMYK
RGB Variations
Color information
#2AEEDD (or 0x2AEEDD) is known color: Turquoise. HEX triplet: 2A, EE and DD. RGB value is (42,238,221). Sum of RGB (Red+Green+Blue) = 42+238+221=501 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.38% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 238 - color contains mainly: green. Hex color #2AEEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEEDD is #D51122. Grayscale: #B1B1B1. Windows color (decimal): -13963555 or 14544426. OLE color: 14544426.
HSL color Cylindrical-coordinate representation of color #2AEEDD: hue angle of 174.8º 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 #2AEEDD is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 238 | 221 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.07 |
| HSL | 174.8º | 0.85% | 0.55% | - |
| HSV(B) | 174.8º | 0.82% | 0.93% | - |
| XYZ | 44.58 | 66.86 | 78.96 | - |
| YUV | 177.46 | 152.57 | 31.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 238 | 221 | 0.82 | 0 | 0.07 | 0.07 | 174.8 | 0.85 | 0.55 |
| Hex | 2A | EE | DD | 52 | 0 | 7 | 7 | AF | 55 | 37 |
| Octal | 52 | 356 | 335 | 122 | 0 | 7 | 7 | 257 | 125 | 67 |
| Binary | 101010 | 11101110 | 11011101 | 1010010 | 0 | 111 | 111 | 10101111 | 1010101 | 110111 |
Color Harmonies of #2AEEDD
Complementary color
Monochromatic Colors of #2AEEDD
Black with #2AEEDD
Text Example
Text Example
White with #2AEEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEEDD; }
p { color: rgb(42,238,221); }
H1.HeaderClassName
{
color: #2AEEDD;
}
.AnyTagClassName
{
color: #2AEEDD;
}
</style>
background-color css
<style>
a { background-color: #2AEEDD; }
a { background-color: rgb(42,238,221); }
div.DivClassName
{
background-color: #2AEEDD;
}
.BgClassName
{
background-color: #2AEEDD;
}
</style>
border-color css
<style>
span { border-color: #2AEEDD; }
span { border-color: rgb(42,238,221); }
td.TdClassName
{
border-color: #2AEEDD;
}
.TagClassName
{
border-color: #2AEEDD;
}
</style>