Shades of Turquoise #2BDBCF
Tints of Turquoise #2BDBCF
RGB
CMYK
RGB Variations
Color information
#2BDBCF (or 0x2BDBCF) is known color: Turquoise. HEX triplet: 2B, DB and CF. RGB value is (43,219,207). Sum of RGB (Red+Green+Blue) = 43+219+207=469 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.17% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #2BDBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDBCF is #D42430. Grayscale: #A4A4A4. Windows color (decimal): -13902897 or 13622059. OLE color: 13622059.
HSL color Cylindrical-coordinate representation of color #2BDBCF: hue angle of 175.91º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDBCF is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 219 | 207 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.14 |
| HSL | 175.91º | 0.71% | 0.51% | - |
| HSV(B) | 175.91º | 0.8% | 0.86% | - |
| XYZ | 37.59 | 55.68 | 67.8 | - |
| YUV | 165.01 | 151.69 | 40.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 219 | 207 | 0.80 | 0 | 0.05 | 0.14 | 175.91 | 0.71 | 0.51 |
| Hex | 2B | DB | CF | 50 | 0 | 5 | E | B0 | 47 | 33 |
| Octal | 53 | 333 | 317 | 120 | 0 | 5 | 16 | 260 | 107 | 63 |
| Binary | 101011 | 11011011 | 11001111 | 1010000 | 0 | 101 | 1110 | 10110000 | 1000111 | 110011 |
Color Harmonies of #2BDBCF
Complementary color
Monochromatic Colors of #2BDBCF
Black with #2BDBCF
Text Example
Text Example
White with #2BDBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDBCF; }
p { color: rgb(43,219,207); }
H1.HeaderClassName
{
color: #2BDBCF;
}
.AnyTagClassName
{
color: #2BDBCF;
}
</style>
background-color css
<style>
a { background-color: #2BDBCF; }
a { background-color: rgb(43,219,207); }
div.DivClassName
{
background-color: #2BDBCF;
}
.BgClassName
{
background-color: #2BDBCF;
}
</style>
border-color css
<style>
span { border-color: #2BDBCF; }
span { border-color: rgb(43,219,207); }
td.TdClassName
{
border-color: #2BDBCF;
}
.TagClassName
{
border-color: #2BDBCF;
}
</style>