Shades of Turquoise #2AFEBA
Tints of Turquoise #2AFEBA
RGB
CMYK
RGB Variations
Color information
#2AFEBA (or 0x2AFEBA) is known color: Turquoise. HEX triplet: 2A, FE and BA. RGB value is (42,254,186). Sum of RGB (Red+Green+Blue) = 42+254+186=482 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.71% from 482); Green value is 254 (99.61% from 255 or 52.70% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFEBA is #D50145. Grayscale: #B6B6B6. Windows color (decimal): -13959494 or 12254762. OLE color: 12254762.
HSL color Cylindrical-coordinate representation of color #2AFEBA: hue angle of 160.75º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFEBA is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 186 | - |
| CMYK | 0.83 | 0 | 0.27 | 0.00 |
| HSL | 160.75º | 0.99% | 0.58% | - |
| HSV(B) | 160.75º | 0.83% | 1% | - |
| XYZ | 45.26 | 74.92 | 58.53 | - |
| YUV | 182.86 | 129.76 | 27.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 186 | 0.83 | 0 | 0.27 | 0.00 | 160.75 | 0.99 | 0.58 |
| Hex | 2A | FE | BA | 53 | 0 | 1B | 0 | A1 | 63 | 3A |
| Octal | 52 | 376 | 272 | 123 | 0 | 33 | 0 | 241 | 143 | 72 |
| Binary | 101010 | 11111110 | 10111010 | 1010011 | 0 | 11011 | 0 | 10100001 | 1100011 | 111010 |
Color Harmonies of #2AFEBA
Complementary color
Monochromatic Colors of #2AFEBA
Black with #2AFEBA
Text Example
Text Example
White with #2AFEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFEBA; }
p { color: rgb(42,254,186); }
H1.HeaderClassName
{
color: #2AFEBA;
}
.AnyTagClassName
{
color: #2AFEBA;
}
</style>
background-color css
<style>
a { background-color: #2AFEBA; }
a { background-color: rgb(42,254,186); }
div.DivClassName
{
background-color: #2AFEBA;
}
.BgClassName
{
background-color: #2AFEBA;
}
</style>
border-color css
<style>
span { border-color: #2AFEBA; }
span { border-color: rgb(42,254,186); }
td.TdClassName
{
border-color: #2AFEBA;
}
.TagClassName
{
border-color: #2AFEBA;
}
</style>