Shades of Bright Turquoise #2AECEA
Tints of Bright Turquoise #2AECEA
RGB
CMYK
RGB Variations
Color information
#2AECEA (or 0x2AECEA) is known color: Bright Turquoise. HEX triplet: 2A, EC and EA. RGB value is (42,236,234). Sum of RGB (Red+Green+Blue) = 42+236+234=512 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.20% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 236 - color contains mainly: green. Hex color #2AECEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AECEA is #D51315. Grayscale: #B1B1B1. Windows color (decimal): -13964054 or 15395882. OLE color: 15395882.
HSL color Cylindrical-coordinate representation of color #2AECEA: hue angle of 179.38º 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 #2AECEA is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 236 | 234 | - |
| CMYK | 0.82 | 0 | 0.01 | 0.07 |
| HSL | 179.38º | 0.84% | 0.55% | - |
| HSV(B) | 179.38º | 0.82% | 0.93% | - |
| XYZ | 45.8 | 66.42 | 88.25 | - |
| YUV | 177.77 | 159.73 | 31.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 236 | 234 | 0.82 | 0 | 0.01 | 0.07 | 179.38 | 0.84 | 0.55 |
| Hex | 2A | EC | EA | 52 | 0 | 1 | 7 | B3 | 54 | 37 |
| Octal | 52 | 354 | 352 | 122 | 0 | 1 | 7 | 263 | 124 | 67 |
| Binary | 101010 | 11101100 | 11101010 | 1010010 | 0 | 1 | 111 | 10110011 | 1010100 | 110111 |
Color Harmonies of #2AECEA
Complementary color
Monochromatic Colors of #2AECEA
Black with #2AECEA
Text Example
Text Example
White with #2AECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AECEA; }
p { color: rgb(42,236,234); }
H1.HeaderClassName
{
color: #2AECEA;
}
.AnyTagClassName
{
color: #2AECEA;
}
</style>
background-color css
<style>
a { background-color: #2AECEA; }
a { background-color: rgb(42,236,234); }
div.DivClassName
{
background-color: #2AECEA;
}
.BgClassName
{
background-color: #2AECEA;
}
</style>
border-color css
<style>
span { border-color: #2AECEA; }
span { border-color: rgb(42,236,234); }
td.TdClassName
{
border-color: #2AECEA;
}
.TagClassName
{
border-color: #2AECEA;
}
</style>