Shades of Turquoise #2AFED7
Tints of Turquoise #2AFED7
RGB
CMYK
RGB Variations
Color information
#2AFED7 (or 0x2AFED7) is known color: Turquoise. HEX triplet: 2A, FE and D7. RGB value is (42,254,215). Sum of RGB (Red+Green+Blue) = 42+254+215=511 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.22% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 215 (84.38% from 255 or 42.07% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFED7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFED7 is #D50128. Grayscale: #BABABA. Windows color (decimal): -13959465 or 14155306. OLE color: 14155306.
HSL color Cylindrical-coordinate representation of color #2AFED7: hue angle of 168.96º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFED7 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 215 | - |
| CMYK | 0.83 | 0 | 0.15 | 0.00 |
| HSL | 168.96º | 0.99% | 0.58% | - |
| HSV(B) | 168.96º | 0.83% | 1% | - |
| XYZ | 48.66 | 76.28 | 76.45 | - |
| YUV | 186.17 | 144.26 | 25.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 215 | 0.83 | 0 | 0.15 | 0.00 | 168.96 | 0.99 | 0.58 |
| Hex | 2A | FE | D7 | 53 | 0 | F | 0 | A9 | 63 | 3A |
| Octal | 52 | 376 | 327 | 123 | 0 | 17 | 0 | 251 | 143 | 72 |
| Binary | 101010 | 11111110 | 11010111 | 1010011 | 0 | 1111 | 0 | 10101001 | 1100011 | 111010 |
Color Harmonies of #2AFED7
Complementary color
Monochromatic Colors of #2AFED7
Black with #2AFED7
Text Example
Text Example
White with #2AFED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFED7; }
p { color: rgb(42,254,215); }
H1.HeaderClassName
{
color: #2AFED7;
}
.AnyTagClassName
{
color: #2AFED7;
}
</style>
background-color css
<style>
a { background-color: #2AFED7; }
a { background-color: rgb(42,254,215); }
div.DivClassName
{
background-color: #2AFED7;
}
.BgClassName
{
background-color: #2AFED7;
}
</style>
border-color css
<style>
span { border-color: #2AFED7; }
span { border-color: rgb(42,254,215); }
td.TdClassName
{
border-color: #2AFED7;
}
.TagClassName
{
border-color: #2AFED7;
}
</style>