Shades of Bright Turquoise #2AEDED
Tints of Bright Turquoise #2AEDED
RGB
CMYK
RGB Variations
Color information
#2AEDED (or 0x2AEDED) is known color: Bright Turquoise. HEX triplet: 2A, ED and ED. RGB value is (42,237,237). Sum of RGB (Red+Green+Blue) = 42+237+237=516 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.14% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #2AEDED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AEDED is #D51212. Grayscale: #B2B2B2. Windows color (decimal): -13963795 or 15592746. OLE color: 15592746.
HSL color Cylindrical-coordinate representation of color #2AEDED: hue angle of 180º 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 #2AEDED is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 237 | 237 | - |
| CMYK | 0.82 | 0 | 0 | 0.07 |
| HSL | 180º | 0.84% | 0.55% | - |
| HSV(B) | 180º | 0.82% | 0.93% | - |
| XYZ | 46.53 | 67.18 | 90.63 | - |
| YUV | 178.7 | 160.9 | 30.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 237 | 237 | 0.82 | 0 | 0 | 0.07 | 180 | 0.84 | 0.55 |
| Hex | 2A | ED | ED | 52 | 0 | 0 | 7 | B4 | 54 | 37 |
| Octal | 52 | 355 | 355 | 122 | 0 | 0 | 7 | 264 | 124 | 67 |
| Binary | 101010 | 11101101 | 11101101 | 1010010 | 0 | 0 | 111 | 10110100 | 1010100 | 110111 |
Color Harmonies of #2AEDED
Complementary color
Monochromatic Colors of #2AEDED
Black with #2AEDED
Text Example
Text Example
White with #2AEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEDED; }
p { color: rgb(42,237,237); }
H1.HeaderClassName
{
color: #2AEDED;
}
.AnyTagClassName
{
color: #2AEDED;
}
</style>
background-color css
<style>
a { background-color: #2AEDED; }
a { background-color: rgb(42,237,237); }
div.DivClassName
{
background-color: #2AEDED;
}
.BgClassName
{
background-color: #2AEDED;
}
</style>
border-color css
<style>
span { border-color: #2AEDED; }
span { border-color: rgb(42,237,237); }
td.TdClassName
{
border-color: #2AEDED;
}
.TagClassName
{
border-color: #2AEDED;
}
</style>