Shades of Turquoise #2AFABB
Tints of Turquoise #2AFABB
RGB
CMYK
RGB Variations
Color information
#2AFABB (or 0x2AFABB) is known color: Turquoise. HEX triplet: 2A, FA and BB. RGB value is (42,250,187). Sum of RGB (Red+Green+Blue) = 42+250+187=479 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.77% from 479); Green value is 250 (98.05% from 255 or 52.19% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFABB is #D50544. Grayscale: #B4B4B4. Windows color (decimal): -13960517 or 12319274. OLE color: 12319274.
HSL color Cylindrical-coordinate representation of color #2AFABB: hue angle of 161.83º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFABB is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 250 | 187 | - |
| CMYK | 0.83 | 0 | 0.25 | 0.02 |
| HSL | 161.83º | 0.95% | 0.57% | - |
| HSV(B) | 161.83º | 0.83% | 0.98% | - |
| XYZ | 44.11 | 72.45 | 58.67 | - |
| YUV | 180.63 | 131.59 | 29.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 250 | 187 | 0.83 | 0 | 0.25 | 0.02 | 161.83 | 0.95 | 0.57 |
| Hex | 2A | FA | BB | 53 | 0 | 19 | 2 | A2 | 5F | 39 |
| Octal | 52 | 372 | 273 | 123 | 0 | 31 | 2 | 242 | 137 | 71 |
| Binary | 101010 | 11111010 | 10111011 | 1010011 | 0 | 11001 | 10 | 10100010 | 1011111 | 111001 |
Color Harmonies of #2AFABB
Complementary color
Monochromatic Colors of #2AFABB
Black with #2AFABB
Text Example
Text Example
White with #2AFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFABB; }
p { color: rgb(42,250,187); }
H1.HeaderClassName
{
color: #2AFABB;
}
.AnyTagClassName
{
color: #2AFABB;
}
</style>
background-color css
<style>
a { background-color: #2AFABB; }
a { background-color: rgb(42,250,187); }
div.DivClassName
{
background-color: #2AFABB;
}
.BgClassName
{
background-color: #2AFABB;
}
</style>
border-color css
<style>
span { border-color: #2AFABB; }
span { border-color: rgb(42,250,187); }
td.TdClassName
{
border-color: #2AFABB;
}
.TagClassName
{
border-color: #2AFABB;
}
</style>