Shades of Turquoise #2AFAE3
Tints of Turquoise #2AFAE3
RGB
CMYK
RGB Variations
Color information
#2AFAE3 (or 0x2AFAE3) is known color: Turquoise. HEX triplet: 2A, FA and E3. RGB value is (42,250,227). Sum of RGB (Red+Green+Blue) = 42+250+227=519 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.09% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 227 (89.06% from 255 or 43.74% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFAE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFAE3 is #D5051C. Grayscale: #B9B9B9. Windows color (decimal): -13960477 or 14940714. OLE color: 14940714.
HSL color Cylindrical-coordinate representation of color #2AFAE3: hue angle of 173.37º 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 #2AFAE3 is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 250 | 227 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.02 |
| HSL | 173.37º | 0.95% | 0.57% | - |
| HSV(B) | 173.37º | 0.83% | 0.98% | - |
| XYZ | 49.01 | 74.41 | 84.45 | - |
| YUV | 185.19 | 151.59 | 25.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 250 | 227 | 0.83 | 0 | 0.09 | 0.02 | 173.37 | 0.95 | 0.57 |
| Hex | 2A | FA | E3 | 53 | 0 | 9 | 2 | AD | 5F | 39 |
| Octal | 52 | 372 | 343 | 123 | 0 | 11 | 2 | 255 | 137 | 71 |
| Binary | 101010 | 11111010 | 11100011 | 1010011 | 0 | 1001 | 10 | 10101101 | 1011111 | 111001 |
Color Harmonies of #2AFAE3
Complementary color
Monochromatic Colors of #2AFAE3
Black with #2AFAE3
Text Example
Text Example
White with #2AFAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFAE3; }
p { color: rgb(42,250,227); }
H1.HeaderClassName
{
color: #2AFAE3;
}
.AnyTagClassName
{
color: #2AFAE3;
}
</style>
background-color css
<style>
a { background-color: #2AFAE3; }
a { background-color: rgb(42,250,227); }
div.DivClassName
{
background-color: #2AFAE3;
}
.BgClassName
{
background-color: #2AFAE3;
}
</style>
border-color css
<style>
span { border-color: #2AFAE3; }
span { border-color: rgb(42,250,227); }
td.TdClassName
{
border-color: #2AFAE3;
}
.TagClassName
{
border-color: #2AFAE3;
}
</style>