Shades of Turquoise #2AEBCE
Tints of Turquoise #2AEBCE
RGB
CMYK
RGB Variations
Color information
#2AEBCE (or 0x2AEBCE) is known color: Turquoise. HEX triplet: 2A, EB and CE. RGB value is (42,235,206). Sum of RGB (Red+Green+Blue) = 42+235+206=483 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.70% from 483); Green value is 235 (92.19% from 255 or 48.65% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 235 - color contains mainly: green. Hex color #2AEBCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEBCE is #D51431. Grayscale: #ADADAD. Windows color (decimal): -13964338 or 13560618. OLE color: 13560618.
HSL color Cylindrical-coordinate representation of color #2AEBCE: hue angle of 170.98º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEBCE is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 235 | 206 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.08 |
| HSL | 170.98º | 0.83% | 0.54% | - |
| HSV(B) | 170.98º | 0.82% | 0.92% | - |
| XYZ | 41.8 | 64.37 | 68.61 | - |
| YUV | 173.99 | 146.06 | 33.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 235 | 206 | 0.82 | 0 | 0.12 | 0.08 | 170.98 | 0.83 | 0.54 |
| Hex | 2A | EB | CE | 52 | 0 | C | 8 | AB | 53 | 36 |
| Octal | 52 | 353 | 316 | 122 | 0 | 14 | 10 | 253 | 123 | 66 |
| Binary | 101010 | 11101011 | 11001110 | 1010010 | 0 | 1100 | 1000 | 10101011 | 1010011 | 110110 |
Color Harmonies of #2AEBCE
Complementary color
Monochromatic Colors of #2AEBCE
Black with #2AEBCE
Text Example
Text Example
White with #2AEBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEBCE; }
p { color: rgb(42,235,206); }
H1.HeaderClassName
{
color: #2AEBCE;
}
.AnyTagClassName
{
color: #2AEBCE;
}
</style>
background-color css
<style>
a { background-color: #2AEBCE; }
a { background-color: rgb(42,235,206); }
div.DivClassName
{
background-color: #2AEBCE;
}
.BgClassName
{
background-color: #2AEBCE;
}
</style>
border-color css
<style>
span { border-color: #2AEBCE; }
span { border-color: rgb(42,235,206); }
td.TdClassName
{
border-color: #2AEBCE;
}
.TagClassName
{
border-color: #2AEBCE;
}
</style>