Shades of Turquoise #2AFCD9
Tints of Turquoise #2AFCD9
RGB
CMYK
RGB Variations
Color information
#2AFCD9 (or 0x2AFCD9) is known color: Turquoise. HEX triplet: 2A, FC and D9. RGB value is (42,252,217). Sum of RGB (Red+Green+Blue) = 42+252+217=511 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.22% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFCD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFCD9 is #D50326. Grayscale: #B9B9B9. Windows color (decimal): -13959975 or 14285866. OLE color: 14285866.
HSL color Cylindrical-coordinate representation of color #2AFCD9: hue angle of 170º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFCD9 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 252 | 217 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.01 |
| HSL | 170º | 0.97% | 0.58% | - |
| HSV(B) | 170º | 0.83% | 0.99% | - |
| XYZ | 48.29 | 75.12 | 77.6 | - |
| YUV | 185.22 | 145.93 | 25.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 252 | 217 | 0.83 | 0 | 0.14 | 0.01 | 170 | 0.97 | 0.58 |
| Hex | 2A | FC | D9 | 53 | 0 | E | 1 | AA | 61 | 3A |
| Octal | 52 | 374 | 331 | 123 | 0 | 16 | 1 | 252 | 141 | 72 |
| Binary | 101010 | 11111100 | 11011001 | 1010011 | 0 | 1110 | 1 | 10101010 | 1100001 | 111010 |
Color Harmonies of #2AFCD9
Complementary color
Monochromatic Colors of #2AFCD9
Black with #2AFCD9
Text Example
Text Example
White with #2AFCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFCD9; }
p { color: rgb(42,252,217); }
H1.HeaderClassName
{
color: #2AFCD9;
}
.AnyTagClassName
{
color: #2AFCD9;
}
</style>
background-color css
<style>
a { background-color: #2AFCD9; }
a { background-color: rgb(42,252,217); }
div.DivClassName
{
background-color: #2AFCD9;
}
.BgClassName
{
background-color: #2AFCD9;
}
</style>
border-color css
<style>
span { border-color: #2AFCD9; }
span { border-color: rgb(42,252,217); }
td.TdClassName
{
border-color: #2AFCD9;
}
.TagClassName
{
border-color: #2AFCD9;
}
</style>