Shades of Bright Turquoise #2AEBEA
Tints of Bright Turquoise #2AEBEA
RGB
CMYK
RGB Variations
Color information
#2AEBEA (or 0x2AEBEA) is known color: Bright Turquoise. HEX triplet: 2A, EB and EA. RGB value is (42,235,234). Sum of RGB (Red+Green+Blue) = 42+235+234=511 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.22% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #2AEBEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AEBEA is #D51415. Grayscale: #B0B0B0. Windows color (decimal): -13964310 or 15395626. OLE color: 15395626.
HSL color Cylindrical-coordinate representation of color #2AEBEA: hue angle of 179.69º degrees, saturation: 0.83, 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 #2AEBEA is Cyan = 0.82, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 235 | 234 | - |
| CMYK | 0.82 | 0 | 0.00 | 0.08 |
| HSL | 179.69º | 0.83% | 0.54% | - |
| HSV(B) | 179.69º | 0.82% | 0.92% | - |
| XYZ | 45.51 | 65.85 | 88.15 | - |
| YUV | 177.18 | 160.06 | 31.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 235 | 234 | 0.82 | 0 | 0.00 | 0.08 | 179.69 | 0.83 | 0.54 |
| Hex | 2A | EB | EA | 52 | 0 | 0 | 8 | B4 | 53 | 36 |
| Octal | 52 | 353 | 352 | 122 | 0 | 0 | 10 | 264 | 123 | 66 |
| Binary | 101010 | 11101011 | 11101010 | 1010010 | 0 | 0 | 1000 | 10110100 | 1010011 | 110110 |
Color Harmonies of #2AEBEA
Complementary color
Monochromatic Colors of #2AEBEA
Black with #2AEBEA
Text Example
Text Example
White with #2AEBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEBEA; }
p { color: rgb(42,235,234); }
H1.HeaderClassName
{
color: #2AEBEA;
}
.AnyTagClassName
{
color: #2AEBEA;
}
</style>
background-color css
<style>
a { background-color: #2AEBEA; }
a { background-color: rgb(42,235,234); }
div.DivClassName
{
background-color: #2AEBEA;
}
.BgClassName
{
background-color: #2AEBEA;
}
</style>
border-color css
<style>
span { border-color: #2AEBEA; }
span { border-color: rgb(42,235,234); }
td.TdClassName
{
border-color: #2AEBEA;
}
.TagClassName
{
border-color: #2AEBEA;
}
</style>