Shades of Turquoise #2BECD1
Tints of Turquoise #2BECD1
RGB
CMYK
RGB Variations
Color information
#2BECD1 (or 0x2BECD1) is known color: Turquoise. HEX triplet: 2B, EC and D1. RGB value is (43,236,209). Sum of RGB (Red+Green+Blue) = 43+236+209=488 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.81% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #2BECD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BECD1 is #D4132E. Grayscale: #AFAFAF. Windows color (decimal): -13898543 or 13757483. OLE color: 13757483.
HSL color Cylindrical-coordinate representation of color #2BECD1: hue angle of 171.61º 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 #2BECD1 is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 209 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.07 |
| HSL | 171.61º | 0.84% | 0.55% | - |
| HSV(B) | 171.61º | 0.82% | 0.93% | - |
| XYZ | 42.5 | 65.11 | 70.65 | - |
| YUV | 175.22 | 147.06 | 33.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 209 | 0.82 | 0 | 0.11 | 0.07 | 171.61 | 0.84 | 0.55 |
| Hex | 2B | EC | D1 | 52 | 0 | B | 7 | AC | 54 | 37 |
| Octal | 53 | 354 | 321 | 122 | 0 | 13 | 7 | 254 | 124 | 67 |
| Binary | 101011 | 11101100 | 11010001 | 1010010 | 0 | 1011 | 111 | 10101100 | 1010100 | 110111 |
Color Harmonies of #2BECD1
Complementary color
Monochromatic Colors of #2BECD1
Black with #2BECD1
Text Example
Text Example
White with #2BECD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BECD1; }
p { color: rgb(43,236,209); }
H1.HeaderClassName
{
color: #2BECD1;
}
.AnyTagClassName
{
color: #2BECD1;
}
</style>
background-color css
<style>
a { background-color: #2BECD1; }
a { background-color: rgb(43,236,209); }
div.DivClassName
{
background-color: #2BECD1;
}
.BgClassName
{
background-color: #2BECD1;
}
</style>
border-color css
<style>
span { border-color: #2BECD1; }
span { border-color: rgb(43,236,209); }
td.TdClassName
{
border-color: #2BECD1;
}
.TagClassName
{
border-color: #2BECD1;
}
</style>