Shades of Turquoise #2AE3DF
Tints of Turquoise #2AE3DF
RGB
CMYK
RGB Variations
Color information
#2AE3DF (or 0x2AE3DF) is known color: Turquoise. HEX triplet: 2A, E3 and DF. RGB value is (42,227,223). Sum of RGB (Red+Green+Blue) = 42+227+223=492 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.54% from 492); Green value is 227 (89.06% from 255 or 46.14% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 227 - color contains mainly: green. Hex color #2AE3DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AE3DF is #D51C20. Grayscale: #ABABAB. Windows color (decimal): -13966369 or 14672682. OLE color: 14672682.
HSL color Cylindrical-coordinate representation of color #2AE3DF: hue angle of 178.7º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE3DF is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 227 | 223 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.11 |
| HSL | 178.7º | 0.77% | 0.53% | - |
| HSV(B) | 178.7º | 0.81% | 0.89% | - |
| XYZ | 41.74 | 60.76 | 79.34 | - |
| YUV | 171.23 | 157.21 | 35.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 227 | 223 | 0.81 | 0 | 0.02 | 0.11 | 178.7 | 0.77 | 0.53 |
| Hex | 2A | E3 | DF | 51 | 0 | 2 | B | B3 | 4D | 35 |
| Octal | 52 | 343 | 337 | 121 | 0 | 2 | 13 | 263 | 115 | 65 |
| Binary | 101010 | 11100011 | 11011111 | 1010001 | 0 | 10 | 1011 | 10110011 | 1001101 | 110101 |
Color Harmonies of #2AE3DF
Complementary color
Monochromatic Colors of #2AE3DF
Black with #2AE3DF
Text Example
Text Example
White with #2AE3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE3DF; }
p { color: rgb(42,227,223); }
H1.HeaderClassName
{
color: #2AE3DF;
}
.AnyTagClassName
{
color: #2AE3DF;
}
</style>
background-color css
<style>
a { background-color: #2AE3DF; }
a { background-color: rgb(42,227,223); }
div.DivClassName
{
background-color: #2AE3DF;
}
.BgClassName
{
background-color: #2AE3DF;
}
</style>
border-color css
<style>
span { border-color: #2AE3DF; }
span { border-color: rgb(42,227,223); }
td.TdClassName
{
border-color: #2AE3DF;
}
.TagClassName
{
border-color: #2AE3DF;
}
</style>