Shades of Turquoise #2AEFC0
Tints of Turquoise #2AEFC0
RGB
CMYK
RGB Variations
Color information
#2AEFC0 (or 0x2AEFC0) is known color: Turquoise. HEX triplet: 2A, EF and C0. RGB value is (42,239,192). Sum of RGB (Red+Green+Blue) = 42+239+192=473 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.88% from 473); Green value is 239 (93.75% from 255 or 50.53% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 239 - color contains mainly: green. Hex color #2AEFC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEFC0 is #D5103F. Grayscale: #AEAEAE. Windows color (decimal): -13963328 or 12644138. OLE color: 12644138.
HSL color Cylindrical-coordinate representation of color #2AEFC0: hue angle of 165.69º 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 #2AEFC0 is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 239 | 192 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.06 |
| HSL | 165.69º | 0.86% | 0.55% | - |
| HSV(B) | 165.69º | 0.82% | 0.94% | - |
| XYZ | 41.34 | 66.03 | 60.44 | - |
| YUV | 174.74 | 137.73 | 33.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 239 | 192 | 0.82 | 0 | 0.20 | 0.06 | 165.69 | 0.86 | 0.55 |
| Hex | 2A | EF | C0 | 52 | 0 | 14 | 6 | A6 | 56 | 37 |
| Octal | 52 | 357 | 300 | 122 | 0 | 24 | 6 | 246 | 126 | 67 |
| Binary | 101010 | 11101111 | 11000000 | 1010010 | 0 | 10100 | 110 | 10100110 | 1010110 | 110111 |
Color Harmonies of #2AEFC0
Complementary color
Monochromatic Colors of #2AEFC0
Black with #2AEFC0
Text Example
Text Example
White with #2AEFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEFC0; }
p { color: rgb(42,239,192); }
H1.HeaderClassName
{
color: #2AEFC0;
}
.AnyTagClassName
{
color: #2AEFC0;
}
</style>
background-color css
<style>
a { background-color: #2AEFC0; }
a { background-color: rgb(42,239,192); }
div.DivClassName
{
background-color: #2AEFC0;
}
.BgClassName
{
background-color: #2AEFC0;
}
</style>
border-color css
<style>
span { border-color: #2AEFC0; }
span { border-color: rgb(42,239,192); }
td.TdClassName
{
border-color: #2AEFC0;
}
.TagClassName
{
border-color: #2AEFC0;
}
</style>