Shades of Turquoise #2AE0EC
Tints of Turquoise #2AE0EC
RGB
CMYK
RGB Variations
Color information
#2AE0EC (or 0x2AE0EC) is known color: Turquoise. HEX triplet: 2A, E0 and EC. RGB value is (42,224,236). Sum of RGB (Red+Green+Blue) = 42+224+236=502 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.37% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #2AE0EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AE0EC is #D51F13. Grayscale: #AAAAAA. Windows color (decimal): -13967124 or 15523882. OLE color: 15523882.
HSL color Cylindrical-coordinate representation of color #2AE0EC: hue angle of 183.71º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE0EC is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 224 | 236 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.07 |
| HSL | 183.71º | 0.84% | 0.55% | - |
| HSV(B) | 183.71º | 0.82% | 0.93% | - |
| XYZ | 42.75 | 59.86 | 88.66 | - |
| YUV | 170.95 | 164.7 | 36.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 224 | 236 | 0.82 | 0.05 | 0 | 0.07 | 183.71 | 0.84 | 0.55 |
| Hex | 2A | E0 | EC | 52 | 5 | 0 | 7 | B8 | 54 | 37 |
| Octal | 52 | 340 | 354 | 122 | 5 | 0 | 7 | 270 | 124 | 67 |
| Binary | 101010 | 11100000 | 11101100 | 1010010 | 101 | 0 | 111 | 10111000 | 1010100 | 110111 |
Color Harmonies of #2AE0EC
Complementary color
Monochromatic Colors of #2AE0EC
Black with #2AE0EC
Text Example
Text Example
White with #2AE0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE0EC; }
p { color: rgb(42,224,236); }
H1.HeaderClassName
{
color: #2AE0EC;
}
.AnyTagClassName
{
color: #2AE0EC;
}
</style>
background-color css
<style>
a { background-color: #2AE0EC; }
a { background-color: rgb(42,224,236); }
div.DivClassName
{
background-color: #2AE0EC;
}
.BgClassName
{
background-color: #2AE0EC;
}
</style>
border-color css
<style>
span { border-color: #2AE0EC; }
span { border-color: rgb(42,224,236); }
td.TdClassName
{
border-color: #2AE0EC;
}
.TagClassName
{
border-color: #2AE0EC;
}
</style>