Shades of Bright Turquoise #2AECEE
Tints of Bright Turquoise #2AECEE
RGB
CMYK
RGB Variations
Color information
#2AECEE (or 0x2AECEE) is known color: Bright Turquoise. HEX triplet: 2A, EC and EE. RGB value is (42,236,238). Sum of RGB (Red+Green+Blue) = 42+236+238=516 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.14% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #2AECEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AECEE is #D51311. Grayscale: #B2B2B2. Windows color (decimal): -13964050 or 15658026. OLE color: 15658026.
HSL color Cylindrical-coordinate representation of color #2AECEE: hue angle of 180.61º degrees, saturation: 0.85, 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 #2AECEE is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 236 | 238 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.07 |
| HSL | 180.61º | 0.85% | 0.55% | - |
| HSV(B) | 180.61º | 0.82% | 0.93% | - |
| XYZ | 46.38 | 66.66 | 91.31 | - |
| YUV | 178.22 | 161.73 | 30.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 236 | 238 | 0.82 | 0.01 | 0 | 0.07 | 180.61 | 0.85 | 0.55 |
| Hex | 2A | EC | EE | 52 | 1 | 0 | 7 | B5 | 55 | 37 |
| Octal | 52 | 354 | 356 | 122 | 1 | 0 | 7 | 265 | 125 | 67 |
| Binary | 101010 | 11101100 | 11101110 | 1010010 | 1 | 0 | 111 | 10110101 | 1010101 | 110111 |
Color Harmonies of #2AECEE
Complementary color
Monochromatic Colors of #2AECEE
Black with #2AECEE
Text Example
Text Example
White with #2AECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AECEE; }
p { color: rgb(42,236,238); }
H1.HeaderClassName
{
color: #2AECEE;
}
.AnyTagClassName
{
color: #2AECEE;
}
</style>
background-color css
<style>
a { background-color: #2AECEE; }
a { background-color: rgb(42,236,238); }
div.DivClassName
{
background-color: #2AECEE;
}
.BgClassName
{
background-color: #2AECEE;
}
</style>
border-color css
<style>
span { border-color: #2AECEE; }
span { border-color: rgb(42,236,238); }
td.TdClassName
{
border-color: #2AECEE;
}
.TagClassName
{
border-color: #2AECEE;
}
</style>