Shades of Turquoise #2BECD2
Tints of Turquoise #2BECD2
RGB
CMYK
RGB Variations
Color information
#2BECD2 (or 0x2BECD2) is known color: Turquoise. HEX triplet: 2B, EC and D2. RGB value is (43,236,210). Sum of RGB (Red+Green+Blue) = 43+236+210=489 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.79% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 210 (82.42% from 255 or 42.94% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #2BECD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BECD2 is #D4132D. Grayscale: #AFAFAF. Windows color (decimal): -13898542 or 13823019. OLE color: 13823019.
HSL color Cylindrical-coordinate representation of color #2BECD2: hue angle of 171.92º 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 #2BECD2 is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 210 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.07 |
| HSL | 171.92º | 0.84% | 0.55% | - |
| HSV(B) | 171.92º | 0.82% | 0.93% | - |
| XYZ | 42.62 | 65.16 | 71.3 | - |
| YUV | 175.33 | 147.56 | 33.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 210 | 0.82 | 0 | 0.11 | 0.07 | 171.92 | 0.84 | 0.55 |
| Hex | 2B | EC | D2 | 52 | 0 | B | 7 | AC | 54 | 37 |
| Octal | 53 | 354 | 322 | 122 | 0 | 13 | 7 | 254 | 124 | 67 |
| Binary | 101011 | 11101100 | 11010010 | 1010010 | 0 | 1011 | 111 | 10101100 | 1010100 | 110111 |
Color Harmonies of #2BECD2
Complementary color
Monochromatic Colors of #2BECD2
Black with #2BECD2
Text Example
Text Example
White with #2BECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BECD2; }
p { color: rgb(43,236,210); }
H1.HeaderClassName
{
color: #2BECD2;
}
.AnyTagClassName
{
color: #2BECD2;
}
</style>
background-color css
<style>
a { background-color: #2BECD2; }
a { background-color: rgb(43,236,210); }
div.DivClassName
{
background-color: #2BECD2;
}
.BgClassName
{
background-color: #2BECD2;
}
</style>
border-color css
<style>
span { border-color: #2BECD2; }
span { border-color: rgb(43,236,210); }
td.TdClassName
{
border-color: #2BECD2;
}
.TagClassName
{
border-color: #2BECD2;
}
</style>