Shades of Bright Turquoise #2AECEF
Tints of Bright Turquoise #2AECEF
RGB
CMYK
RGB Variations
Color information
#2AECEF (or 0x2AECEF) is known color: Bright Turquoise. HEX triplet: 2A, EC and EF. RGB value is (42,236,239). Sum of RGB (Red+Green+Blue) = 42+236+239=517 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.12% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #2AECEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AECEF is #D51310. Grayscale: #B2B2B2. Windows color (decimal): -13964049 or 15723562. OLE color: 15723562.
HSL color Cylindrical-coordinate representation of color #2AECEF: hue angle of 180.91º 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 #2AECEF is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 236 | 239 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.06 |
| HSL | 180.91º | 0.86% | 0.55% | - |
| HSV(B) | 180.91º | 0.82% | 0.94% | - |
| XYZ | 46.53 | 66.72 | 92.09 | - |
| YUV | 178.34 | 162.23 | 30.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 236 | 239 | 0.82 | 0.01 | 0 | 0.06 | 180.91 | 0.86 | 0.55 |
| Hex | 2A | EC | EF | 52 | 1 | 0 | 6 | B5 | 56 | 37 |
| Octal | 52 | 354 | 357 | 122 | 1 | 0 | 6 | 265 | 126 | 67 |
| Binary | 101010 | 11101100 | 11101111 | 1010010 | 1 | 0 | 110 | 10110101 | 1010110 | 110111 |
Color Harmonies of #2AECEF
Complementary color
Monochromatic Colors of #2AECEF
Black with #2AECEF
Text Example
Text Example
White with #2AECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AECEF; }
p { color: rgb(42,236,239); }
H1.HeaderClassName
{
color: #2AECEF;
}
.AnyTagClassName
{
color: #2AECEF;
}
</style>
background-color css
<style>
a { background-color: #2AECEF; }
a { background-color: rgb(42,236,239); }
div.DivClassName
{
background-color: #2AECEF;
}
.BgClassName
{
background-color: #2AECEF;
}
</style>
border-color css
<style>
span { border-color: #2AECEF; }
span { border-color: rgb(42,236,239); }
td.TdClassName
{
border-color: #2AECEF;
}
.TagClassName
{
border-color: #2AECEF;
}
</style>