Shades of Turquoise #2BEDC0
Tints of Turquoise #2BEDC0
RGB
CMYK
RGB Variations
Color information
#2BEDC0 (or 0x2BEDC0) is known color: Turquoise. HEX triplet: 2B, ED and C0. RGB value is (43,237,192). Sum of RGB (Red+Green+Blue) = 43+237+192=472 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.11% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #2BEDC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEDC0 is #D4123F. Grayscale: #ADADAD. Windows color (decimal): -13898304 or 12643627. OLE color: 12643627.
HSL color Cylindrical-coordinate representation of color #2BEDC0: hue angle of 166.08º degrees, saturation: 0.84, 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 #2BEDC0 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 237 | 192 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.07 |
| HSL | 166.08º | 0.84% | 0.55% | - |
| HSV(B) | 166.08º | 0.82% | 0.93% | - |
| XYZ | 40.79 | 64.89 | 60.24 | - |
| YUV | 173.86 | 138.23 | 34.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 237 | 192 | 0.82 | 0 | 0.19 | 0.07 | 166.08 | 0.84 | 0.55 |
| Hex | 2B | ED | C0 | 52 | 0 | 13 | 7 | A6 | 54 | 37 |
| Octal | 53 | 355 | 300 | 122 | 0 | 23 | 7 | 246 | 124 | 67 |
| Binary | 101011 | 11101101 | 11000000 | 1010010 | 0 | 10011 | 111 | 10100110 | 1010100 | 110111 |
Color Harmonies of #2BEDC0
Complementary color
Monochromatic Colors of #2BEDC0
Black with #2BEDC0
Text Example
Text Example
White with #2BEDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEDC0; }
p { color: rgb(43,237,192); }
H1.HeaderClassName
{
color: #2BEDC0;
}
.AnyTagClassName
{
color: #2BEDC0;
}
</style>
background-color css
<style>
a { background-color: #2BEDC0; }
a { background-color: rgb(43,237,192); }
div.DivClassName
{
background-color: #2BEDC0;
}
.BgClassName
{
background-color: #2BEDC0;
}
</style>
border-color css
<style>
span { border-color: #2BEDC0; }
span { border-color: rgb(43,237,192); }
td.TdClassName
{
border-color: #2BEDC0;
}
.TagClassName
{
border-color: #2BEDC0;
}
</style>