Shades of Turquoise #2AFABD
Tints of Turquoise #2AFABD
RGB
CMYK
RGB Variations
Color information
#2AFABD (or 0x2AFABD) is known color: Turquoise. HEX triplet: 2A, FA and BD. RGB value is (42,250,189). Sum of RGB (Red+Green+Blue) = 42+250+189=481 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.73% from 481); Green value is 250 (98.05% from 255 or 51.98% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFABD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFABD is #D50542. Grayscale: #B4B4B4. Windows color (decimal): -13960515 or 12450346. OLE color: 12450346.
HSL color Cylindrical-coordinate representation of color #2AFABD: hue angle of 162.4º 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 #2AFABD is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 250 | 189 | - |
| CMYK | 0.83 | 0 | 0.24 | 0.02 |
| HSL | 162.4º | 0.95% | 0.57% | - |
| HSV(B) | 162.4º | 0.83% | 0.98% | - |
| XYZ | 44.33 | 72.54 | 59.81 | - |
| YUV | 180.85 | 132.59 | 28.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 250 | 189 | 0.83 | 0 | 0.24 | 0.02 | 162.4 | 0.95 | 0.57 |
| Hex | 2A | FA | BD | 53 | 0 | 18 | 2 | A2 | 5F | 39 |
| Octal | 52 | 372 | 275 | 123 | 0 | 30 | 2 | 242 | 137 | 71 |
| Binary | 101010 | 11111010 | 10111101 | 1010011 | 0 | 11000 | 10 | 10100010 | 1011111 | 111001 |
Color Harmonies of #2AFABD
Complementary color
Monochromatic Colors of #2AFABD
Black with #2AFABD
Text Example
Text Example
White with #2AFABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFABD; }
p { color: rgb(42,250,189); }
H1.HeaderClassName
{
color: #2AFABD;
}
.AnyTagClassName
{
color: #2AFABD;
}
</style>
background-color css
<style>
a { background-color: #2AFABD; }
a { background-color: rgb(42,250,189); }
div.DivClassName
{
background-color: #2AFABD;
}
.BgClassName
{
background-color: #2AFABD;
}
</style>
border-color css
<style>
span { border-color: #2AFABD; }
span { border-color: rgb(42,250,189); }
td.TdClassName
{
border-color: #2AFABD;
}
.TagClassName
{
border-color: #2AFABD;
}
</style>