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