Shades of Turquoise #2BECDB
Tints of Turquoise #2BECDB
RGB
CMYK
RGB Variations
Color information
#2BECDB (or 0x2BECDB) is known color: Turquoise. HEX triplet: 2B, EC and DB. RGB value is (43,236,219). Sum of RGB (Red+Green+Blue) = 43+236+219=498 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.63% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #2BECDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BECDB is #D41324. Grayscale: #B0B0B0. Windows color (decimal): -13898533 or 14412843. OLE color: 14412843.
HSL color Cylindrical-coordinate representation of color #2BECDB: hue angle of 174.72º 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 #2BECDB is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 219 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.07 |
| HSL | 174.72º | 0.84% | 0.55% | - |
| HSV(B) | 174.72º | 0.82% | 0.93% | - |
| XYZ | 43.78 | 65.62 | 77.38 | - |
| YUV | 176.36 | 152.06 | 32.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 219 | 0.82 | 0 | 0.07 | 0.07 | 174.72 | 0.84 | 0.55 |
| Hex | 2B | EC | DB | 52 | 0 | 7 | 7 | AF | 54 | 37 |
| Octal | 53 | 354 | 333 | 122 | 0 | 7 | 7 | 257 | 124 | 67 |
| Binary | 101011 | 11101100 | 11011011 | 1010010 | 0 | 111 | 111 | 10101111 | 1010100 | 110111 |
Color Harmonies of #2BECDB
Complementary color
Monochromatic Colors of #2BECDB
Black with #2BECDB
Text Example
Text Example
White with #2BECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BECDB; }
p { color: rgb(43,236,219); }
H1.HeaderClassName
{
color: #2BECDB;
}
.AnyTagClassName
{
color: #2BECDB;
}
</style>
background-color css
<style>
a { background-color: #2BECDB; }
a { background-color: rgb(43,236,219); }
div.DivClassName
{
background-color: #2BECDB;
}
.BgClassName
{
background-color: #2BECDB;
}
</style>
border-color css
<style>
span { border-color: #2BECDB; }
span { border-color: rgb(43,236,219); }
td.TdClassName
{
border-color: #2BECDB;
}
.TagClassName
{
border-color: #2BECDB;
}
</style>