Shades of Turquoise #2AEBBC
Tints of Turquoise #2AEBBC
RGB
CMYK
RGB Variations
Color information
#2AEBBC (or 0x2AEBBC) is known color: Turquoise. HEX triplet: 2A, EB and BC. RGB value is (42,235,188). Sum of RGB (Red+Green+Blue) = 42+235+188=465 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.03% from 465); Green value is 235 (92.19% from 255 or 50.54% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 235 - color contains mainly: green. Hex color #2AEBBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEBBC is #D51443. Grayscale: #ABABAB. Windows color (decimal): -13964356 or 12380970. OLE color: 12380970.
HSL color Cylindrical-coordinate representation of color #2AEBBC: hue angle of 165.39º 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 #2AEBBC is Cyan = 0.82, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 235 | 188 | - |
| CMYK | 0.82 | 0 | 0.2 | 0.08 |
| HSL | 165.39º | 0.83% | 0.54% | - |
| HSV(B) | 165.39º | 0.82% | 0.92% | - |
| XYZ | 39.74 | 63.54 | 57.75 | - |
| YUV | 171.94 | 137.06 | 35.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 235 | 188 | 0.82 | 0 | 0.2 | 0.08 | 165.39 | 0.83 | 0.54 |
| Hex | 2A | EB | BC | 52 | 0 | 14 | 8 | A5 | 53 | 36 |
| Octal | 52 | 353 | 274 | 122 | 0 | 24 | 10 | 245 | 123 | 66 |
| Binary | 101010 | 11101011 | 10111100 | 1010010 | 0 | 10100 | 1000 | 10100101 | 1010011 | 110110 |
Color Harmonies of #2AEBBC
Complementary color
Monochromatic Colors of #2AEBBC
Black with #2AEBBC
Text Example
Text Example
White with #2AEBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEBBC; }
p { color: rgb(42,235,188); }
H1.HeaderClassName
{
color: #2AEBBC;
}
.AnyTagClassName
{
color: #2AEBBC;
}
</style>
background-color css
<style>
a { background-color: #2AEBBC; }
a { background-color: rgb(42,235,188); }
div.DivClassName
{
background-color: #2AEBBC;
}
.BgClassName
{
background-color: #2AEBBC;
}
</style>
border-color css
<style>
span { border-color: #2AEBBC; }
span { border-color: rgb(42,235,188); }
td.TdClassName
{
border-color: #2AEBBC;
}
.TagClassName
{
border-color: #2AEBBC;
}
</style>