Shades of Turquoise #2BEAC5
Tints of Turquoise #2BEAC5
RGB
CMYK
RGB Variations
Color information
#2BEAC5 (or 0x2BEAC5) is known color: Turquoise. HEX triplet: 2B, EA and C5. RGB value is (43,234,197). Sum of RGB (Red+Green+Blue) = 43+234+197=474 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.07% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEAC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEAC5 is #D4153A. Grayscale: #ACACAC. Windows color (decimal): -13899067 or 12970539. OLE color: 12970539.
HSL color Cylindrical-coordinate representation of color #2BEAC5: hue angle of 168.38º 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 #2BEAC5 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 197 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.08 |
| HSL | 168.38º | 0.82% | 0.54% | - |
| HSV(B) | 168.38º | 0.82% | 0.92% | - |
| XYZ | 40.5 | 63.39 | 62.92 | - |
| YUV | 172.67 | 141.72 | 35.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 197 | 0.82 | 0 | 0.16 | 0.08 | 168.38 | 0.82 | 0.54 |
| Hex | 2B | EA | C5 | 52 | 0 | 10 | 8 | A8 | 52 | 36 |
| Octal | 53 | 352 | 305 | 122 | 0 | 20 | 10 | 250 | 122 | 66 |
| Binary | 101011 | 11101010 | 11000101 | 1010010 | 0 | 10000 | 1000 | 10101000 | 1010010 | 110110 |
Color Harmonies of #2BEAC5
Complementary color
Monochromatic Colors of #2BEAC5
Black with #2BEAC5
Text Example
Text Example
White with #2BEAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEAC5; }
p { color: rgb(43,234,197); }
H1.HeaderClassName
{
color: #2BEAC5;
}
.AnyTagClassName
{
color: #2BEAC5;
}
</style>
background-color css
<style>
a { background-color: #2BEAC5; }
a { background-color: rgb(43,234,197); }
div.DivClassName
{
background-color: #2BEAC5;
}
.BgClassName
{
background-color: #2BEAC5;
}
</style>
border-color css
<style>
span { border-color: #2BEAC5; }
span { border-color: rgb(43,234,197); }
td.TdClassName
{
border-color: #2BEAC5;
}
.TagClassName
{
border-color: #2BEAC5;
}
</style>