Shades of Bright Turquoise #2AEDEB
Tints of Bright Turquoise #2AEDEB
RGB
CMYK
RGB Variations
Color information
#2AEDEB (or 0x2AEDEB) is known color: Bright Turquoise. HEX triplet: 2A, ED and EB. RGB value is (42,237,235). Sum of RGB (Red+Green+Blue) = 42+237+235=514 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.17% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 237 - color contains mainly: green. Hex color #2AEDEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AEDEB is #D51214. Grayscale: #B2B2B2. Windows color (decimal): -13963797 or 15461674. OLE color: 15461674.
HSL color Cylindrical-coordinate representation of color #2AEDEB: 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 #2AEDEB is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 237 | 235 | - |
| CMYK | 0.82 | 0 | 0.01 | 0.07 |
| HSL | 179.38º | 0.84% | 0.55% | - |
| HSV(B) | 179.38º | 0.82% | 0.93% | - |
| XYZ | 46.23 | 67.06 | 89.1 | - |
| YUV | 178.47 | 159.9 | 30.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 237 | 235 | 0.82 | 0 | 0.01 | 0.07 | 179.38 | 0.84 | 0.55 |
| Hex | 2A | ED | EB | 52 | 0 | 1 | 7 | B3 | 54 | 37 |
| Octal | 52 | 355 | 353 | 122 | 0 | 1 | 7 | 263 | 124 | 67 |
| Binary | 101010 | 11101101 | 11101011 | 1010010 | 0 | 1 | 111 | 10110011 | 1010100 | 110111 |
Color Harmonies of #2AEDEB
Complementary color
Monochromatic Colors of #2AEDEB
Black with #2AEDEB
Text Example
Text Example
White with #2AEDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEDEB; }
p { color: rgb(42,237,235); }
H1.HeaderClassName
{
color: #2AEDEB;
}
.AnyTagClassName
{
color: #2AEDEB;
}
</style>
background-color css
<style>
a { background-color: #2AEDEB; }
a { background-color: rgb(42,237,235); }
div.DivClassName
{
background-color: #2AEDEB;
}
.BgClassName
{
background-color: #2AEDEB;
}
</style>
border-color css
<style>
span { border-color: #2AEDEB; }
span { border-color: rgb(42,237,235); }
td.TdClassName
{
border-color: #2AEDEB;
}
.TagClassName
{
border-color: #2AEDEB;
}
</style>