Shades of Turquoise #2AEDB6
Tints of Turquoise #2AEDB6
RGB
CMYK
RGB Variations
Color information
#2AEDB6 (or 0x2AEDB6) is known color: Turquoise. HEX triplet: 2A, ED and B6. RGB value is (42,237,182). Sum of RGB (Red+Green+Blue) = 42+237+182=461 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.11% from 461); Green value is 237 (92.97% from 255 or 51.41% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 237 - color contains mainly: green. Hex color #2AEDB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEDB6 is #D51249. Grayscale: #ACACAC. Windows color (decimal): -13963850 or 11988266. OLE color: 11988266.
HSL color Cylindrical-coordinate representation of color #2AEDB6: hue angle of 163.08º 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 #2AEDB6 is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 237 | 182 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.07 |
| HSL | 163.08º | 0.84% | 0.55% | - |
| HSV(B) | 163.08º | 0.82% | 0.93% | - |
| XYZ | 39.68 | 64.44 | 54.6 | - |
| YUV | 172.43 | 133.4 | 34.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 237 | 182 | 0.82 | 0 | 0.23 | 0.07 | 163.08 | 0.84 | 0.55 |
| Hex | 2A | ED | B6 | 52 | 0 | 17 | 7 | A3 | 54 | 37 |
| Octal | 52 | 355 | 266 | 122 | 0 | 27 | 7 | 243 | 124 | 67 |
| Binary | 101010 | 11101101 | 10110110 | 1010010 | 0 | 10111 | 111 | 10100011 | 1010100 | 110111 |
Color Harmonies of #2AEDB6
Complementary color
Monochromatic Colors of #2AEDB6
Black with #2AEDB6
Text Example
Text Example
White with #2AEDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEDB6; }
p { color: rgb(42,237,182); }
H1.HeaderClassName
{
color: #2AEDB6;
}
.AnyTagClassName
{
color: #2AEDB6;
}
</style>
background-color css
<style>
a { background-color: #2AEDB6; }
a { background-color: rgb(42,237,182); }
div.DivClassName
{
background-color: #2AEDB6;
}
.BgClassName
{
background-color: #2AEDB6;
}
</style>
border-color css
<style>
span { border-color: #2AEDB6; }
span { border-color: rgb(42,237,182); }
td.TdClassName
{
border-color: #2AEDB6;
}
.TagClassName
{
border-color: #2AEDB6;
}
</style>