Shades of Turquoise #2BDFDB
Tints of Turquoise #2BDFDB
RGB
CMYK
RGB Variations
Color information
#2BDFDB (or 0x2BDFDB) is known color: Turquoise. HEX triplet: 2B, DF and DB. RGB value is (43,223,219). Sum of RGB (Red+Green+Blue) = 43+223+219=485 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.87% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDFDB is #D42024. Grayscale: #A8A8A8. Windows color (decimal): -13901861 or 14409515. OLE color: 14409515.
HSL color Cylindrical-coordinate representation of color #2BDFDB: hue angle of 178.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDFDB is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 223 | 219 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.13 |
| HSL | 178.67º | 0.74% | 0.52% | - |
| HSV(B) | 178.67º | 0.81% | 0.87% | - |
| XYZ | 40.17 | 58.4 | 76.17 | - |
| YUV | 168.72 | 156.37 | 38.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 223 | 219 | 0.81 | 0 | 0.02 | 0.13 | 178.67 | 0.74 | 0.52 |
| Hex | 2B | DF | DB | 51 | 0 | 2 | D | B3 | 4A | 34 |
| Octal | 53 | 337 | 333 | 121 | 0 | 2 | 15 | 263 | 112 | 64 |
| Binary | 101011 | 11011111 | 11011011 | 1010001 | 0 | 10 | 1101 | 10110011 | 1001010 | 110100 |
Color Harmonies of #2BDFDB
Complementary color
Monochromatic Colors of #2BDFDB
Black with #2BDFDB
Text Example
Text Example
White with #2BDFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDFDB; }
p { color: rgb(43,223,219); }
H1.HeaderClassName
{
color: #2BDFDB;
}
.AnyTagClassName
{
color: #2BDFDB;
}
</style>
background-color css
<style>
a { background-color: #2BDFDB; }
a { background-color: rgb(43,223,219); }
div.DivClassName
{
background-color: #2BDFDB;
}
.BgClassName
{
background-color: #2BDFDB;
}
</style>
border-color css
<style>
span { border-color: #2BDFDB; }
span { border-color: rgb(43,223,219); }
td.TdClassName
{
border-color: #2BDFDB;
}
.TagClassName
{
border-color: #2BDFDB;
}
</style>