Shades of Turquoise #2AFEBE
Tints of Turquoise #2AFEBE
RGB
CMYK
RGB Variations
Color information
#2AFEBE (or 0x2AFEBE) is known color: Turquoise. HEX triplet: 2A, FE and BE. RGB value is (42,254,190). Sum of RGB (Red+Green+Blue) = 42+254+190=486 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.64% from 486); Green value is 254 (99.61% from 255 or 52.26% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFEBE is #D50141. Grayscale: #B7B7B7. Windows color (decimal): -13959490 or 12516906. OLE color: 12516906.
HSL color Cylindrical-coordinate representation of color #2AFEBE: hue angle of 161.89º 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 #2AFEBE is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 190 | - |
| CMYK | 0.83 | 0 | 0.25 | 0.00 |
| HSL | 161.89º | 0.99% | 0.58% | - |
| HSV(B) | 161.89º | 0.83% | 1% | - |
| XYZ | 45.69 | 75.09 | 60.8 | - |
| YUV | 183.32 | 131.76 | 27.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 190 | 0.83 | 0 | 0.25 | 0.00 | 161.89 | 0.99 | 0.58 |
| Hex | 2A | FE | BE | 53 | 0 | 19 | 0 | A2 | 63 | 3A |
| Octal | 52 | 376 | 276 | 123 | 0 | 31 | 0 | 242 | 143 | 72 |
| Binary | 101010 | 11111110 | 10111110 | 1010011 | 0 | 11001 | 0 | 10100010 | 1100011 | 111010 |
Color Harmonies of #2AFEBE
Complementary color
Monochromatic Colors of #2AFEBE
Black with #2AFEBE
Text Example
Text Example
White with #2AFEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFEBE; }
p { color: rgb(42,254,190); }
H1.HeaderClassName
{
color: #2AFEBE;
}
.AnyTagClassName
{
color: #2AFEBE;
}
</style>
background-color css
<style>
a { background-color: #2AFEBE; }
a { background-color: rgb(42,254,190); }
div.DivClassName
{
background-color: #2AFEBE;
}
.BgClassName
{
background-color: #2AFEBE;
}
</style>
border-color css
<style>
span { border-color: #2AFEBE; }
span { border-color: rgb(42,254,190); }
td.TdClassName
{
border-color: #2AFEBE;
}
.TagClassName
{
border-color: #2AFEBE;
}
</style>