Shades of Turquoise #2AEEBF
Tints of Turquoise #2AEEBF
RGB
CMYK
RGB Variations
Color information
#2AEEBF (or 0x2AEEBF) is known color: Turquoise. HEX triplet: 2A, EE and BF. RGB value is (42,238,191). Sum of RGB (Red+Green+Blue) = 42+238+191=471 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.92% from 471); Green value is 238 (93.36% from 255 or 50.53% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 238 - color contains mainly: green. Hex color #2AEEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEEBF is #D51140. Grayscale: #AEAEAE. Windows color (decimal): -13963585 or 12578346. OLE color: 12578346.
HSL color Cylindrical-coordinate representation of color #2AEEBF: hue angle of 165.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 #2AEEBF is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 238 | 191 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.07 |
| HSL | 165.61º | 0.85% | 0.55% | - |
| HSV(B) | 165.61º | 0.82% | 0.93% | - |
| XYZ | 40.93 | 65.4 | 59.76 | - |
| YUV | 174.04 | 137.57 | 33.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 238 | 191 | 0.82 | 0 | 0.20 | 0.07 | 165.61 | 0.85 | 0.55 |
| Hex | 2A | EE | BF | 52 | 0 | 14 | 7 | A6 | 55 | 37 |
| Octal | 52 | 356 | 277 | 122 | 0 | 24 | 7 | 246 | 125 | 67 |
| Binary | 101010 | 11101110 | 10111111 | 1010010 | 0 | 10100 | 111 | 10100110 | 1010101 | 110111 |
Color Harmonies of #2AEEBF
Complementary color
Monochromatic Colors of #2AEEBF
Black with #2AEEBF
Text Example
Text Example
White with #2AEEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEEBF; }
p { color: rgb(42,238,191); }
H1.HeaderClassName
{
color: #2AEEBF;
}
.AnyTagClassName
{
color: #2AEEBF;
}
</style>
background-color css
<style>
a { background-color: #2AEEBF; }
a { background-color: rgb(42,238,191); }
div.DivClassName
{
background-color: #2AEEBF;
}
.BgClassName
{
background-color: #2AEEBF;
}
</style>
border-color css
<style>
span { border-color: #2AEEBF; }
span { border-color: rgb(42,238,191); }
td.TdClassName
{
border-color: #2AEEBF;
}
.TagClassName
{
border-color: #2AEEBF;
}
</style>