Shades of Turquoise #2AFAB4
Tints of Turquoise #2AFAB4
RGB
CMYK
RGB Variations
Color information
#2AFAB4 (or 0x2AFAB4) is known color: Turquoise. HEX triplet: 2A, FA and B4. RGB value is (42,250,180). Sum of RGB (Red+Green+Blue) = 42+250+180=472 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.90% from 472); Green value is 250 (98.05% from 255 or 52.97% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFAB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFAB4 is #D5054B. Grayscale: #B3B3B3. Windows color (decimal): -13960524 or 11860522. OLE color: 11860522.
HSL color Cylindrical-coordinate representation of color #2AFAB4: hue angle of 159.81º 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 #2AFAB4 is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 250 | 180 | - |
| CMYK | 0.83 | 0 | 0.28 | 0.02 |
| HSL | 159.81º | 0.95% | 0.57% | - |
| HSV(B) | 159.81º | 0.83% | 0.98% | - |
| XYZ | 43.38 | 72.16 | 54.82 | - |
| YUV | 179.83 | 128.09 | 29.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 250 | 180 | 0.83 | 0 | 0.28 | 0.02 | 159.81 | 0.95 | 0.57 |
| Hex | 2A | FA | B4 | 53 | 0 | 1C | 2 | A0 | 5F | 39 |
| Octal | 52 | 372 | 264 | 123 | 0 | 34 | 2 | 240 | 137 | 71 |
| Binary | 101010 | 11111010 | 10110100 | 1010011 | 0 | 11100 | 10 | 10100000 | 1011111 | 111001 |
Color Harmonies of #2AFAB4
Complementary color
Monochromatic Colors of #2AFAB4
Black with #2AFAB4
Text Example
Text Example
White with #2AFAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFAB4; }
p { color: rgb(42,250,180); }
H1.HeaderClassName
{
color: #2AFAB4;
}
.AnyTagClassName
{
color: #2AFAB4;
}
</style>
background-color css
<style>
a { background-color: #2AFAB4; }
a { background-color: rgb(42,250,180); }
div.DivClassName
{
background-color: #2AFAB4;
}
.BgClassName
{
background-color: #2AFAB4;
}
</style>
border-color css
<style>
span { border-color: #2AFAB4; }
span { border-color: rgb(42,250,180); }
td.TdClassName
{
border-color: #2AFAB4;
}
.TagClassName
{
border-color: #2AFAB4;
}
</style>