Shades of Turquoise #2AEFC5
Tints of Turquoise #2AEFC5
RGB
CMYK
RGB Variations
Color information
#2AEFC5 (or 0x2AEFC5) is known color: Turquoise. HEX triplet: 2A, EF and C5. RGB value is (42,239,197). Sum of RGB (Red+Green+Blue) = 42+239+197=478 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.79% from 478); Green value is 239 (93.75% from 255 or 50% from 478); Blue value is 197 (77.34% from 255 or 41.21% from 478); Max value from RGB is 239 - color contains mainly: green. Hex color #2AEFC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEFC5 is #D5103A. Grayscale: #AFAFAF. Windows color (decimal): -13963323 or 12971818. OLE color: 12971818.
HSL color Cylindrical-coordinate representation of color #2AEFC5: hue angle of 167.21º 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 #2AEFC5 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 239 | 197 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.06 |
| HSL | 167.21º | 0.86% | 0.55% | - |
| HSV(B) | 167.21º | 0.82% | 0.94% | - |
| XYZ | 41.9 | 66.26 | 63.4 | - |
| YUV | 175.31 | 140.23 | 32.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 239 | 197 | 0.82 | 0 | 0.18 | 0.06 | 167.21 | 0.86 | 0.55 |
| Hex | 2A | EF | C5 | 52 | 0 | 12 | 6 | A7 | 56 | 37 |
| Octal | 52 | 357 | 305 | 122 | 0 | 22 | 6 | 247 | 126 | 67 |
| Binary | 101010 | 11101111 | 11000101 | 1010010 | 0 | 10010 | 110 | 10100111 | 1010110 | 110111 |
Color Harmonies of #2AEFC5
Complementary color
Monochromatic Colors of #2AEFC5
Black with #2AEFC5
Text Example
Text Example
White with #2AEFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEFC5; }
p { color: rgb(42,239,197); }
H1.HeaderClassName
{
color: #2AEFC5;
}
.AnyTagClassName
{
color: #2AEFC5;
}
</style>
background-color css
<style>
a { background-color: #2AEFC5; }
a { background-color: rgb(42,239,197); }
div.DivClassName
{
background-color: #2AEFC5;
}
.BgClassName
{
background-color: #2AEFC5;
}
</style>
border-color css
<style>
span { border-color: #2AEFC5; }
span { border-color: rgb(42,239,197); }
td.TdClassName
{
border-color: #2AEFC5;
}
.TagClassName
{
border-color: #2AEFC5;
}
</style>