Shades of Bright Turquoise #2AECED
Tints of Bright Turquoise #2AECED
RGB
CMYK
RGB Variations
Color information
#2AECED (or 0x2AECED) is known color: Bright Turquoise. HEX triplet: 2A, EC and ED. RGB value is (42,236,237). Sum of RGB (Red+Green+Blue) = 42+236+237=515 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.16% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #2AECED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AECED is #D51312. Grayscale: #B1B1B1. Windows color (decimal): -13964051 or 15592490. OLE color: 15592490.
HSL color Cylindrical-coordinate representation of color #2AECED: hue angle of 180.31º 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 #2AECED is Cyan = 0.82, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 236 | 237 | - |
| CMYK | 0.82 | 0.00 | 0 | 0.07 |
| HSL | 180.31º | 0.84% | 0.55% | - |
| HSV(B) | 180.31º | 0.82% | 0.93% | - |
| XYZ | 46.24 | 66.6 | 90.54 | - |
| YUV | 178.11 | 161.23 | 30.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 236 | 237 | 0.82 | 0.00 | 0 | 0.07 | 180.31 | 0.84 | 0.55 |
| Hex | 2A | EC | ED | 52 | 0 | 0 | 7 | B4 | 54 | 37 |
| Octal | 52 | 354 | 355 | 122 | 0 | 0 | 7 | 264 | 124 | 67 |
| Binary | 101010 | 11101100 | 11101101 | 1010010 | 0 | 0 | 111 | 10110100 | 1010100 | 110111 |
Color Harmonies of #2AECED
Complementary color
Monochromatic Colors of #2AECED
Black with #2AECED
Text Example
Text Example
White with #2AECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AECED; }
p { color: rgb(42,236,237); }
H1.HeaderClassName
{
color: #2AECED;
}
.AnyTagClassName
{
color: #2AECED;
}
</style>
background-color css
<style>
a { background-color: #2AECED; }
a { background-color: rgb(42,236,237); }
div.DivClassName
{
background-color: #2AECED;
}
.BgClassName
{
background-color: #2AECED;
}
</style>
border-color css
<style>
span { border-color: #2AECED; }
span { border-color: rgb(42,236,237); }
td.TdClassName
{
border-color: #2AECED;
}
.TagClassName
{
border-color: #2AECED;
}
</style>