Shades of Turquoise #2AFAE1
Tints of Turquoise #2AFAE1
RGB
CMYK
RGB Variations
Color information
#2AFAE1 (or 0x2AFAE1) is known color: Turquoise. HEX triplet: 2A, FA and E1. RGB value is (42,250,225). Sum of RGB (Red+Green+Blue) = 42+250+225=517 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.12% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 225 (88.28% from 255 or 43.52% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFAE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFAE1 is #D5051E. Grayscale: #B8B8B8. Windows color (decimal): -13960479 or 14809642. OLE color: 14809642.
HSL color Cylindrical-coordinate representation of color #2AFAE1: hue angle of 172.79º 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 #2AFAE1 is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 250 | 225 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.02 |
| HSL | 172.79º | 0.95% | 0.57% | - |
| HSV(B) | 172.79º | 0.83% | 0.98% | - |
| XYZ | 48.73 | 74.3 | 83.01 | - |
| YUV | 184.96 | 150.59 | 26.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 250 | 225 | 0.83 | 0 | 0.10 | 0.02 | 172.79 | 0.95 | 0.57 |
| Hex | 2A | FA | E1 | 53 | 0 | A | 2 | AD | 5F | 39 |
| Octal | 52 | 372 | 341 | 123 | 0 | 12 | 2 | 255 | 137 | 71 |
| Binary | 101010 | 11111010 | 11100001 | 1010011 | 0 | 1010 | 10 | 10101101 | 1011111 | 111001 |
Color Harmonies of #2AFAE1
Complementary color
Monochromatic Colors of #2AFAE1
Black with #2AFAE1
Text Example
Text Example
White with #2AFAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFAE1; }
p { color: rgb(42,250,225); }
H1.HeaderClassName
{
color: #2AFAE1;
}
.AnyTagClassName
{
color: #2AFAE1;
}
</style>
background-color css
<style>
a { background-color: #2AFAE1; }
a { background-color: rgb(42,250,225); }
div.DivClassName
{
background-color: #2AFAE1;
}
.BgClassName
{
background-color: #2AFAE1;
}
</style>
border-color css
<style>
span { border-color: #2AFAE1; }
span { border-color: rgb(42,250,225); }
td.TdClassName
{
border-color: #2AFAE1;
}
.TagClassName
{
border-color: #2AFAE1;
}
</style>