Shades of Turquoise #2AFFC0
Tints of Turquoise #2AFFC0
RGB
CMYK
RGB Variations
Color information
#2AFFC0 (or 0x2AFFC0) is known color: Turquoise. HEX triplet: 2A, FF and C0. RGB value is (42,255,192). Sum of RGB (Red+Green+Blue) = 42+255+192=489 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.59% from 489); Green value is 255 (100% from 255 or 52.15% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFFC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFFC0 is #D5003F. Grayscale: #B8B8B8. Windows color (decimal): -13959232 or 12648234. OLE color: 12648234.
HSL color Cylindrical-coordinate representation of color #2AFFC0: hue angle of 162.25º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AFFC0 is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 192 | - |
| CMYK | 0.84 | 0 | 0.25 | 0 |
| HSL | 162.25º | 1% | 0.58% | - |
| HSV(B) | 162.25º | 0.84% | 1% | - |
| XYZ | 46.23 | 75.82 | 62.07 | - |
| YUV | 184.13 | 132.43 | 26.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 192 | 0.84 | 0 | 0.25 | 0 | 162.25 | 1 | 0.58 |
| Hex | 2A | FF | C0 | 54 | 0 | 19 | 0 | A2 | 64 | 3A |
| Octal | 52 | 377 | 300 | 124 | 0 | 31 | 0 | 242 | 144 | 72 |
| Binary | 101010 | 11111111 | 11000000 | 1010100 | 0 | 11001 | 0 | 10100010 | 1100100 | 111010 |
Color Harmonies of #2AFFC0
Complementary color
Monochromatic Colors of #2AFFC0
Black with #2AFFC0
Text Example
Text Example
White with #2AFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFFC0; }
p { color: rgb(42,255,192); }
H1.HeaderClassName
{
color: #2AFFC0;
}
.AnyTagClassName
{
color: #2AFFC0;
}
</style>
background-color css
<style>
a { background-color: #2AFFC0; }
a { background-color: rgb(42,255,192); }
div.DivClassName
{
background-color: #2AFFC0;
}
.BgClassName
{
background-color: #2AFFC0;
}
</style>
border-color css
<style>
span { border-color: #2AFFC0; }
span { border-color: rgb(42,255,192); }
td.TdClassName
{
border-color: #2AFFC0;
}
.TagClassName
{
border-color: #2AFFC0;
}
</style>