Shades of Turquoise #2AEEDB
Tints of Turquoise #2AEEDB
RGB
CMYK
RGB Variations
Color information
#2AEEDB (or 0x2AEEDB) is known color: Turquoise. HEX triplet: 2A, EE and DB. RGB value is (42,238,219). Sum of RGB (Red+Green+Blue) = 42+238+219=499 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.42% from 499); Green value is 238 (93.36% from 255 or 47.70% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 238 - color contains mainly: green. Hex color #2AEEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEEDB is #D51124. Grayscale: #B1B1B1. Windows color (decimal): -13963557 or 14413354. OLE color: 14413354.
HSL color Cylindrical-coordinate representation of color #2AEEDB: hue angle of 174.18º 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 #2AEEDB is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 238 | 219 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.07 |
| HSL | 174.18º | 0.85% | 0.55% | - |
| HSV(B) | 174.18º | 0.82% | 0.93% | - |
| XYZ | 44.32 | 66.76 | 77.57 | - |
| YUV | 177.23 | 151.57 | 31.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 238 | 219 | 0.82 | 0 | 0.08 | 0.07 | 174.18 | 0.85 | 0.55 |
| Hex | 2A | EE | DB | 52 | 0 | 8 | 7 | AE | 55 | 37 |
| Octal | 52 | 356 | 333 | 122 | 0 | 10 | 7 | 256 | 125 | 67 |
| Binary | 101010 | 11101110 | 11011011 | 1010010 | 0 | 1000 | 111 | 10101110 | 1010101 | 110111 |
Color Harmonies of #2AEEDB
Complementary color
Monochromatic Colors of #2AEEDB
Black with #2AEEDB
Text Example
Text Example
White with #2AEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEEDB; }
p { color: rgb(42,238,219); }
H1.HeaderClassName
{
color: #2AEEDB;
}
.AnyTagClassName
{
color: #2AEEDB;
}
</style>
background-color css
<style>
a { background-color: #2AEEDB; }
a { background-color: rgb(42,238,219); }
div.DivClassName
{
background-color: #2AEEDB;
}
.BgClassName
{
background-color: #2AEEDB;
}
</style>
border-color css
<style>
span { border-color: #2AEEDB; }
span { border-color: rgb(42,238,219); }
td.TdClassName
{
border-color: #2AEEDB;
}
.TagClassName
{
border-color: #2AEEDB;
}
</style>