Shades of Bright Turquoise #2AEAEA
Tints of Bright Turquoise #2AEAEA
RGB
CMYK
RGB Variations
Color information
#2AEAEA (or 0x2AEAEA) is known color: Bright Turquoise. HEX triplet: 2A, EA and EA. RGB value is (42,234,234). Sum of RGB (Red+Green+Blue) = 42+234+234=510 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.24% from 510); Green value is 234 (91.80% from 255 or 45.88% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #2AEAEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AEAEA is #D51515. Grayscale: #B0B0B0. Windows color (decimal): -13964566 or 15395370. OLE color: 15395370.
HSL color Cylindrical-coordinate representation of color #2AEAEA: hue angle of 180º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEAEA is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 234 | 234 | - |
| CMYK | 0.82 | 0 | 0 | 0.08 |
| HSL | 180º | 0.82% | 0.54% | - |
| HSV(B) | 180º | 0.82% | 0.92% | - |
| XYZ | 45.23 | 65.28 | 88.06 | - |
| YUV | 176.59 | 160.39 | 32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 234 | 234 | 0.82 | 0 | 0 | 0.08 | 180 | 0.82 | 0.54 |
| Hex | 2A | EA | EA | 52 | 0 | 0 | 8 | B4 | 52 | 36 |
| Octal | 52 | 352 | 352 | 122 | 0 | 0 | 10 | 264 | 122 | 66 |
| Binary | 101010 | 11101010 | 11101010 | 1010010 | 0 | 0 | 1000 | 10110100 | 1010010 | 110110 |
Color Harmonies of #2AEAEA
Complementary color
Monochromatic Colors of #2AEAEA
Black with #2AEAEA
Text Example
Text Example
White with #2AEAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEAEA; }
p { color: rgb(42,234,234); }
H1.HeaderClassName
{
color: #2AEAEA;
}
.AnyTagClassName
{
color: #2AEAEA;
}
</style>
background-color css
<style>
a { background-color: #2AEAEA; }
a { background-color: rgb(42,234,234); }
div.DivClassName
{
background-color: #2AEAEA;
}
.BgClassName
{
background-color: #2AEAEA;
}
</style>
border-color css
<style>
span { border-color: #2AEAEA; }
span { border-color: rgb(42,234,234); }
td.TdClassName
{
border-color: #2AEAEA;
}
.TagClassName
{
border-color: #2AEAEA;
}
</style>