Shades of Turquoise #2BEAE0
Tints of Turquoise #2BEAE0
RGB
CMYK
RGB Variations
Color information
#2BEAE0 (or 0x2BEAE0) is known color: Turquoise. HEX triplet: 2B, EA and E0. RGB value is (43,234,224). Sum of RGB (Red+Green+Blue) = 43+234+224=501 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.58% from 501); Green value is 234 (91.80% from 255 or 46.71% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEAE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEAE0 is #D4151F. Grayscale: #AFAFAF. Windows color (decimal): -13899040 or 14740011. OLE color: 14740011.
HSL color Cylindrical-coordinate representation of color #2BEAE0: hue angle of 176.86º degrees, saturation: 0.82, 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 #2BEAE0 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 224 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.08 |
| HSL | 176.86º | 0.82% | 0.54% | - |
| HSV(B) | 176.86º | 0.82% | 0.92% | - |
| XYZ | 43.87 | 64.74 | 80.7 | - |
| YUV | 175.75 | 155.22 | 33.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 224 | 0.82 | 0 | 0.04 | 0.08 | 176.86 | 0.82 | 0.54 |
| Hex | 2B | EA | E0 | 52 | 0 | 4 | 8 | B1 | 52 | 36 |
| Octal | 53 | 352 | 340 | 122 | 0 | 4 | 10 | 261 | 122 | 66 |
| Binary | 101011 | 11101010 | 11100000 | 1010010 | 0 | 100 | 1000 | 10110001 | 1010010 | 110110 |
Color Harmonies of #2BEAE0
Complementary color
Monochromatic Colors of #2BEAE0
Black with #2BEAE0
Text Example
Text Example
White with #2BEAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEAE0; }
p { color: rgb(43,234,224); }
H1.HeaderClassName
{
color: #2BEAE0;
}
.AnyTagClassName
{
color: #2BEAE0;
}
</style>
background-color css
<style>
a { background-color: #2BEAE0; }
a { background-color: rgb(43,234,224); }
div.DivClassName
{
background-color: #2BEAE0;
}
.BgClassName
{
background-color: #2BEAE0;
}
</style>
border-color css
<style>
span { border-color: #2BEAE0; }
span { border-color: rgb(43,234,224); }
td.TdClassName
{
border-color: #2BEAE0;
}
.TagClassName
{
border-color: #2BEAE0;
}
</style>