Shades of Bright Turquoise #2AEDEF
Tints of Bright Turquoise #2AEDEF
RGB
CMYK
RGB Variations
Color information
#2AEDEF (or 0x2AEDEF) is known color: Bright Turquoise. HEX triplet: 2A, ED and EF. RGB value is (42,237,239). Sum of RGB (Red+Green+Blue) = 42+237+239=518 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.11% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #2AEDEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AEDEF is #D51210. Grayscale: #B2B2B2. Windows color (decimal): -13963793 or 15723818. OLE color: 15723818.
HSL color Cylindrical-coordinate representation of color #2AEDEF: hue angle of 180.61º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEDEF is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 237 | 239 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.06 |
| HSL | 180.61º | 0.86% | 0.55% | - |
| HSV(B) | 180.61º | 0.82% | 0.94% | - |
| XYZ | 46.82 | 67.29 | 92.18 | - |
| YUV | 178.92 | 161.9 | 30.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 237 | 239 | 0.82 | 0.01 | 0 | 0.06 | 180.61 | 0.86 | 0.55 |
| Hex | 2A | ED | EF | 52 | 1 | 0 | 6 | B5 | 56 | 37 |
| Octal | 52 | 355 | 357 | 122 | 1 | 0 | 6 | 265 | 126 | 67 |
| Binary | 101010 | 11101101 | 11101111 | 1010010 | 1 | 0 | 110 | 10110101 | 1010110 | 110111 |
Color Harmonies of #2AEDEF
Complementary color
Monochromatic Colors of #2AEDEF
Black with #2AEDEF
Text Example
Text Example
White with #2AEDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEDEF; }
p { color: rgb(42,237,239); }
H1.HeaderClassName
{
color: #2AEDEF;
}
.AnyTagClassName
{
color: #2AEDEF;
}
</style>
background-color css
<style>
a { background-color: #2AEDEF; }
a { background-color: rgb(42,237,239); }
div.DivClassName
{
background-color: #2AEDEF;
}
.BgClassName
{
background-color: #2AEDEF;
}
</style>
border-color css
<style>
span { border-color: #2AEDEF; }
span { border-color: rgb(42,237,239); }
td.TdClassName
{
border-color: #2AEDEF;
}
.TagClassName
{
border-color: #2AEDEF;
}
</style>