Shades of Turquoise #2AFEDA
Tints of Turquoise #2AFEDA
RGB
CMYK
RGB Variations
Color information
#2AFEDA (or 0x2AFEDA) is known color: Turquoise. HEX triplet: 2A, FE and DA. RGB value is (42,254,218). Sum of RGB (Red+Green+Blue) = 42+254+218=514 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.17% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFEDA is #D50125. Grayscale: #BABABA. Windows color (decimal): -13959462 or 14351914. OLE color: 14351914.
HSL color Cylindrical-coordinate representation of color #2AFEDA: hue angle of 169.81º 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 #2AFEDA is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 218 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.00 |
| HSL | 169.81º | 0.99% | 0.58% | - |
| HSV(B) | 169.81º | 0.83% | 1% | - |
| XYZ | 49.05 | 76.44 | 78.5 | - |
| YUV | 186.51 | 145.76 | 24.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 218 | 0.83 | 0 | 0.14 | 0.00 | 169.81 | 0.99 | 0.58 |
| Hex | 2A | FE | DA | 53 | 0 | E | 0 | AA | 63 | 3A |
| Octal | 52 | 376 | 332 | 123 | 0 | 16 | 0 | 252 | 143 | 72 |
| Binary | 101010 | 11111110 | 11011010 | 1010011 | 0 | 1110 | 0 | 10101010 | 1100011 | 111010 |
Color Harmonies of #2AFEDA
Complementary color
Monochromatic Colors of #2AFEDA
Black with #2AFEDA
Text Example
Text Example
White with #2AFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFEDA; }
p { color: rgb(42,254,218); }
H1.HeaderClassName
{
color: #2AFEDA;
}
.AnyTagClassName
{
color: #2AFEDA;
}
</style>
background-color css
<style>
a { background-color: #2AFEDA; }
a { background-color: rgb(42,254,218); }
div.DivClassName
{
background-color: #2AFEDA;
}
.BgClassName
{
background-color: #2AFEDA;
}
</style>
border-color css
<style>
span { border-color: #2AFEDA; }
span { border-color: rgb(42,254,218); }
td.TdClassName
{
border-color: #2AFEDA;
}
.TagClassName
{
border-color: #2AFEDA;
}
</style>