Shades of Turquoise #2AE0BD
Tints of Turquoise #2AE0BD
RGB
CMYK
RGB Variations
Color information
#2AE0BD (or 0x2AE0BD) is known color: Turquoise. HEX triplet: 2A, E0 and BD. RGB value is (42,224,189). Sum of RGB (Red+Green+Blue) = 42+224+189=455 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.23% from 455); Green value is 224 (87.89% from 255 or 49.23% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 224 - color contains mainly: green. Hex color #2AE0BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AE0BD is #D51F42. Grayscale: #A5A5A5. Windows color (decimal): -13967171 or 12443690. OLE color: 12443690.
HSL color Cylindrical-coordinate representation of color #2AE0BD: hue angle of 168.46º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE0BD is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 42 | 224 | 189 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.12 |
| HSL | 168.46º | 0.75% | 0.52% | - |
| HSV(B) | 168.46º | 0.81% | 0.88% | - |
| XYZ | 36.8 | 57.48 | 57.3 | - |
| YUV | 165.59 | 141.2 | 39.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 224 | 189 | 0.81 | 0 | 0.16 | 0.12 | 168.46 | 0.75 | 0.52 |
| Hex | 2A | E0 | BD | 51 | 0 | 10 | C | A8 | 4B | 34 |
| Octal | 52 | 340 | 275 | 121 | 0 | 20 | 14 | 250 | 113 | 64 |
| Binary | 101010 | 11100000 | 10111101 | 1010001 | 0 | 10000 | 1100 | 10101000 | 1001011 | 110100 |
Color Harmonies of #2AE0BD
Complementary color
Monochromatic Colors of #2AE0BD
Black with #2AE0BD
Text Example
Text Example
White with #2AE0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE0BD; }
p { color: rgb(42,224,189); }
H1.HeaderClassName
{
color: #2AE0BD;
}
.AnyTagClassName
{
color: #2AE0BD;
}
</style>
background-color css
<style>
a { background-color: #2AE0BD; }
a { background-color: rgb(42,224,189); }
div.DivClassName
{
background-color: #2AE0BD;
}
.BgClassName
{
background-color: #2AE0BD;
}
</style>
border-color css
<style>
span { border-color: #2AE0BD; }
span { border-color: rgb(42,224,189); }
td.TdClassName
{
border-color: #2AE0BD;
}
.TagClassName
{
border-color: #2AE0BD;
}
</style>