Shades of Turquoise #2AEDC0
Tints of Turquoise #2AEDC0
RGB
CMYK
RGB Variations
Color information
#2AEDC0 (or 0x2AEDC0) is known color: Turquoise. HEX triplet: 2A, ED and C0. RGB value is (42,237,192). Sum of RGB (Red+Green+Blue) = 42+237+192=471 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.92% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #2AEDC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEDC0 is #D5123F. Grayscale: #ADADAD. Windows color (decimal): -13963840 or 12643626. OLE color: 12643626.
HSL color Cylindrical-coordinate representation of color #2AEDC0: hue angle of 166.15º degrees, saturation: 0.84, 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 #2AEDC0 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 237 | 192 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.07 |
| HSL | 166.15º | 0.84% | 0.55% | - |
| HSV(B) | 166.15º | 0.82% | 0.93% | - |
| XYZ | 40.75 | 64.87 | 60.24 | - |
| YUV | 173.57 | 138.4 | 34.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 237 | 192 | 0.82 | 0 | 0.19 | 0.07 | 166.15 | 0.84 | 0.55 |
| Hex | 2A | ED | C0 | 52 | 0 | 13 | 7 | A6 | 54 | 37 |
| Octal | 52 | 355 | 300 | 122 | 0 | 23 | 7 | 246 | 124 | 67 |
| Binary | 101010 | 11101101 | 11000000 | 1010010 | 0 | 10011 | 111 | 10100110 | 1010100 | 110111 |
Color Harmonies of #2AEDC0
Complementary color
Monochromatic Colors of #2AEDC0
Black with #2AEDC0
Text Example
Text Example
White with #2AEDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEDC0; }
p { color: rgb(42,237,192); }
H1.HeaderClassName
{
color: #2AEDC0;
}
.AnyTagClassName
{
color: #2AEDC0;
}
</style>
background-color css
<style>
a { background-color: #2AEDC0; }
a { background-color: rgb(42,237,192); }
div.DivClassName
{
background-color: #2AEDC0;
}
.BgClassName
{
background-color: #2AEDC0;
}
</style>
border-color css
<style>
span { border-color: #2AEDC0; }
span { border-color: rgb(42,237,192); }
td.TdClassName
{
border-color: #2AEDC0;
}
.TagClassName
{
border-color: #2AEDC0;
}
</style>