Shades of Turquoise #2AEAC6
Tints of Turquoise #2AEAC6
RGB
CMYK
RGB Variations
Color information
#2AEAC6 (or 0x2AEAC6) is known color: Turquoise. HEX triplet: 2A, EA and C6. RGB value is (42,234,198). Sum of RGB (Red+Green+Blue) = 42+234+198=474 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.86% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #2AEAC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEAC6 is #D51539. Grayscale: #ACACAC. Windows color (decimal): -13964602 or 13036074. OLE color: 13036074.
HSL color Cylindrical-coordinate representation of color #2AEAC6: hue angle of 168.75º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEAC6 is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 234 | 198 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.08 |
| HSL | 168.75º | 0.82% | 0.54% | - |
| HSV(B) | 168.75º | 0.82% | 0.92% | - |
| XYZ | 40.57 | 63.42 | 63.53 | - |
| YUV | 172.49 | 142.39 | 34.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 234 | 198 | 0.82 | 0 | 0.15 | 0.08 | 168.75 | 0.82 | 0.54 |
| Hex | 2A | EA | C6 | 52 | 0 | F | 8 | A9 | 52 | 36 |
| Octal | 52 | 352 | 306 | 122 | 0 | 17 | 10 | 251 | 122 | 66 |
| Binary | 101010 | 11101010 | 11000110 | 1010010 | 0 | 1111 | 1000 | 10101001 | 1010010 | 110110 |
Color Harmonies of #2AEAC6
Complementary color
Monochromatic Colors of #2AEAC6
Black with #2AEAC6
Text Example
Text Example
White with #2AEAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEAC6; }
p { color: rgb(42,234,198); }
H1.HeaderClassName
{
color: #2AEAC6;
}
.AnyTagClassName
{
color: #2AEAC6;
}
</style>
background-color css
<style>
a { background-color: #2AEAC6; }
a { background-color: rgb(42,234,198); }
div.DivClassName
{
background-color: #2AEAC6;
}
.BgClassName
{
background-color: #2AEAC6;
}
</style>
border-color css
<style>
span { border-color: #2AEAC6; }
span { border-color: rgb(42,234,198); }
td.TdClassName
{
border-color: #2AEAC6;
}
.TagClassName
{
border-color: #2AEAC6;
}
</style>