Shades of Turquoise #2BFFDB
Tints of Turquoise #2BFFDB
RGB
CMYK
RGB Variations
Color information
#2BFFDB (or 0x2BFFDB) is known color: Turquoise. HEX triplet: 2B, FF and DB. RGB value is (43,255,219). Sum of RGB (Red+Green+Blue) = 43+255+219=517 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.32% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFFDB is #D40024. Grayscale: #BBBBBB. Windows color (decimal): -13893669 or 14417707. OLE color: 14417707.
HSL color Cylindrical-coordinate representation of color #2BFFDB: hue angle of 169.81º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFFDB is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 219 | - |
| CMYK | 0.83 | 0 | 0.14 | 0 |
| HSL | 169.81º | 1% | 0.58% | - |
| HSV(B) | 169.81º | 0.83% | 1% | - |
| XYZ | 49.54 | 77.15 | 79.3 | - |
| YUV | 187.51 | 145.76 | 24.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 219 | 0.83 | 0 | 0.14 | 0 | 169.81 | 1 | 0.58 |
| Hex | 2B | FF | DB | 53 | 0 | E | 0 | AA | 64 | 3A |
| Octal | 53 | 377 | 333 | 123 | 0 | 16 | 0 | 252 | 144 | 72 |
| Binary | 101011 | 11111111 | 11011011 | 1010011 | 0 | 1110 | 0 | 10101010 | 1100100 | 111010 |
Color Harmonies of #2BFFDB
Complementary color
Monochromatic Colors of #2BFFDB
Black with #2BFFDB
Text Example
Text Example
White with #2BFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFFDB; }
p { color: rgb(43,255,219); }
H1.HeaderClassName
{
color: #2BFFDB;
}
.AnyTagClassName
{
color: #2BFFDB;
}
</style>
background-color css
<style>
a { background-color: #2BFFDB; }
a { background-color: rgb(43,255,219); }
div.DivClassName
{
background-color: #2BFFDB;
}
.BgClassName
{
background-color: #2BFFDB;
}
</style>
border-color css
<style>
span { border-color: #2BFFDB; }
span { border-color: rgb(43,255,219); }
td.TdClassName
{
border-color: #2BFFDB;
}
.TagClassName
{
border-color: #2BFFDB;
}
</style>