Shades of Turquoise #2AEFC6
Tints of Turquoise #2AEFC6
RGB
CMYK
RGB Variations
Color information
#2AEFC6 (or 0x2AEFC6) is known color: Turquoise. HEX triplet: 2A, EF and C6. RGB value is (42,239,198). Sum of RGB (Red+Green+Blue) = 42+239+198=479 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.77% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #2AEFC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEFC6 is #D51039. Grayscale: #AFAFAF. Windows color (decimal): -13963322 or 13037354. OLE color: 13037354.
HSL color Cylindrical-coordinate representation of color #2AEFC6: hue angle of 167.51º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEFC6 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 239 | 198 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.06 |
| HSL | 167.51º | 0.86% | 0.55% | - |
| HSV(B) | 167.51º | 0.82% | 0.94% | - |
| XYZ | 42.01 | 66.3 | 64.01 | - |
| YUV | 175.42 | 140.73 | 32.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 239 | 198 | 0.82 | 0 | 0.17 | 0.06 | 167.51 | 0.86 | 0.55 |
| Hex | 2A | EF | C6 | 52 | 0 | 11 | 6 | A8 | 56 | 37 |
| Octal | 52 | 357 | 306 | 122 | 0 | 21 | 6 | 250 | 126 | 67 |
| Binary | 101010 | 11101111 | 11000110 | 1010010 | 0 | 10001 | 110 | 10101000 | 1010110 | 110111 |
Color Harmonies of #2AEFC6
Complementary color
Monochromatic Colors of #2AEFC6
Black with #2AEFC6
Text Example
Text Example
White with #2AEFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEFC6; }
p { color: rgb(42,239,198); }
H1.HeaderClassName
{
color: #2AEFC6;
}
.AnyTagClassName
{
color: #2AEFC6;
}
</style>
background-color css
<style>
a { background-color: #2AEFC6; }
a { background-color: rgb(42,239,198); }
div.DivClassName
{
background-color: #2AEFC6;
}
.BgClassName
{
background-color: #2AEFC6;
}
</style>
border-color css
<style>
span { border-color: #2AEFC6; }
span { border-color: rgb(42,239,198); }
td.TdClassName
{
border-color: #2AEFC6;
}
.TagClassName
{
border-color: #2AEFC6;
}
</style>