Shades of Turquoise #2BD9CE
Tints of Turquoise #2BD9CE
RGB
CMYK
RGB Variations
Color information
#2BD9CE (or 0x2BD9CE) is known color: Turquoise. HEX triplet: 2B, D9 and CE. RGB value is (43,217,206). Sum of RGB (Red+Green+Blue) = 43+217+206=466 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.23% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #2BD9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BD9CE is #D42631. Grayscale: #A3A3A3. Windows color (decimal): -13903410 or 13556011. OLE color: 13556011.
HSL color Cylindrical-coordinate representation of color #2BD9CE: hue angle of 176.21º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD9CE is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 217 | 206 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.15 |
| HSL | 176.21º | 0.7% | 0.51% | - |
| HSV(B) | 176.21º | 0.8% | 0.85% | - |
| XYZ | 36.95 | 54.6 | 66.98 | - |
| YUV | 163.72 | 151.85 | 41.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 217 | 206 | 0.80 | 0 | 0.05 | 0.15 | 176.21 | 0.7 | 0.51 |
| Hex | 2B | D9 | CE | 50 | 0 | 5 | F | B0 | 46 | 33 |
| Octal | 53 | 331 | 316 | 120 | 0 | 5 | 17 | 260 | 106 | 63 |
| Binary | 101011 | 11011001 | 11001110 | 1010000 | 0 | 101 | 1111 | 10110000 | 1000110 | 110011 |
Color Harmonies of #2BD9CE
Complementary color
Monochromatic Colors of #2BD9CE
Black with #2BD9CE
Text Example
Text Example
White with #2BD9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD9CE; }
p { color: rgb(43,217,206); }
H1.HeaderClassName
{
color: #2BD9CE;
}
.AnyTagClassName
{
color: #2BD9CE;
}
</style>
background-color css
<style>
a { background-color: #2BD9CE; }
a { background-color: rgb(43,217,206); }
div.DivClassName
{
background-color: #2BD9CE;
}
.BgClassName
{
background-color: #2BD9CE;
}
</style>
border-color css
<style>
span { border-color: #2BD9CE; }
span { border-color: rgb(43,217,206); }
td.TdClassName
{
border-color: #2BD9CE;
}
.TagClassName
{
border-color: #2BD9CE;
}
</style>