Shades of Turquoise #2AFAB5
Tints of Turquoise #2AFAB5
RGB
CMYK
RGB Variations
Color information
#2AFAB5 (or 0x2AFAB5) is known color: Turquoise. HEX triplet: 2A, FA and B5. RGB value is (42,250,181). Sum of RGB (Red+Green+Blue) = 42+250+181=473 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.88% from 473); Green value is 250 (98.05% from 255 or 52.85% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFAB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFAB5 is #D5054A. Grayscale: #B4B4B4. Windows color (decimal): -13960523 or 11926058. OLE color: 11926058.
HSL color Cylindrical-coordinate representation of color #2AFAB5: hue angle of 160.1º 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 #2AFAB5 is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 250 | 181 | - |
| CMYK | 0.83 | 0 | 0.28 | 0.02 |
| HSL | 160.1º | 0.95% | 0.57% | - |
| HSV(B) | 160.1º | 0.83% | 0.98% | - |
| XYZ | 43.48 | 72.2 | 55.36 | - |
| YUV | 179.94 | 128.59 | 29.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 250 | 181 | 0.83 | 0 | 0.28 | 0.02 | 160.1 | 0.95 | 0.57 |
| Hex | 2A | FA | B5 | 53 | 0 | 1C | 2 | A0 | 5F | 39 |
| Octal | 52 | 372 | 265 | 123 | 0 | 34 | 2 | 240 | 137 | 71 |
| Binary | 101010 | 11111010 | 10110101 | 1010011 | 0 | 11100 | 10 | 10100000 | 1011111 | 111001 |
Color Harmonies of #2AFAB5
Complementary color
Monochromatic Colors of #2AFAB5
Black with #2AFAB5
Text Example
Text Example
White with #2AFAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFAB5; }
p { color: rgb(42,250,181); }
H1.HeaderClassName
{
color: #2AFAB5;
}
.AnyTagClassName
{
color: #2AFAB5;
}
</style>
background-color css
<style>
a { background-color: #2AFAB5; }
a { background-color: rgb(42,250,181); }
div.DivClassName
{
background-color: #2AFAB5;
}
.BgClassName
{
background-color: #2AFAB5;
}
</style>
border-color css
<style>
span { border-color: #2AFAB5; }
span { border-color: rgb(42,250,181); }
td.TdClassName
{
border-color: #2AFAB5;
}
.TagClassName
{
border-color: #2AFAB5;
}
</style>