Shades of Turquoise #2AFEBB
Tints of Turquoise #2AFEBB
RGB
CMYK
RGB Variations
Color information
#2AFEBB (or 0x2AFEBB) is known color: Turquoise. HEX triplet: 2A, FE and BB. RGB value is (42,254,187). Sum of RGB (Red+Green+Blue) = 42+254+187=483 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.70% from 483); Green value is 254 (99.61% from 255 or 52.59% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFEBB is #D50144. Grayscale: #B7B7B7. Windows color (decimal): -13959493 or 12320298. OLE color: 12320298.
HSL color Cylindrical-coordinate representation of color #2AFEBB: hue angle of 161.04º 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 #2AFEBB is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 187 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.00 |
| HSL | 161.04º | 0.99% | 0.58% | - |
| HSV(B) | 161.04º | 0.83% | 1% | - |
| XYZ | 45.37 | 74.96 | 59.09 | - |
| YUV | 182.97 | 130.26 | 27.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 187 | 0.83 | 0 | 0.26 | 0.00 | 161.04 | 0.99 | 0.58 |
| Hex | 2A | FE | BB | 53 | 0 | 1A | 0 | A1 | 63 | 3A |
| Octal | 52 | 376 | 273 | 123 | 0 | 32 | 0 | 241 | 143 | 72 |
| Binary | 101010 | 11111110 | 10111011 | 1010011 | 0 | 11010 | 0 | 10100001 | 1100011 | 111010 |
Color Harmonies of #2AFEBB
Complementary color
Monochromatic Colors of #2AFEBB
Black with #2AFEBB
Text Example
Text Example
White with #2AFEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFEBB; }
p { color: rgb(42,254,187); }
H1.HeaderClassName
{
color: #2AFEBB;
}
.AnyTagClassName
{
color: #2AFEBB;
}
</style>
background-color css
<style>
a { background-color: #2AFEBB; }
a { background-color: rgb(42,254,187); }
div.DivClassName
{
background-color: #2AFEBB;
}
.BgClassName
{
background-color: #2AFEBB;
}
</style>
border-color css
<style>
span { border-color: #2AFEBB; }
span { border-color: rgb(42,254,187); }
td.TdClassName
{
border-color: #2AFEBB;
}
.TagClassName
{
border-color: #2AFEBB;
}
</style>