Shades of Turquoise #2BFEDB
Tints of Turquoise #2BFEDB
RGB
CMYK
RGB Variations
Color information
#2BFEDB (or 0x2BFEDB) is known color: Turquoise. HEX triplet: 2B, FE and DB. RGB value is (43,254,219). Sum of RGB (Red+Green+Blue) = 43+254+219=516 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.33% from 516); Green value is 254 (99.61% from 255 or 49.22% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFEDB is #D40124. Grayscale: #BABABA. Windows color (decimal): -13893925 or 14417451. OLE color: 14417451.
HSL color Cylindrical-coordinate representation of color #2BFEDB: hue angle of 170.05º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFEDB is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 254 | 219 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.00 |
| HSL | 170.05º | 0.99% | 0.58% | - |
| HSV(B) | 170.05º | 0.83% | 1% | - |
| XYZ | 49.22 | 76.51 | 79.19 | - |
| YUV | 186.92 | 146.1 | 25.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 254 | 219 | 0.83 | 0 | 0.14 | 0.00 | 170.05 | 0.99 | 0.58 |
| Hex | 2B | FE | DB | 53 | 0 | E | 0 | AA | 63 | 3A |
| Octal | 53 | 376 | 333 | 123 | 0 | 16 | 0 | 252 | 143 | 72 |
| Binary | 101011 | 11111110 | 11011011 | 1010011 | 0 | 1110 | 0 | 10101010 | 1100011 | 111010 |
Color Harmonies of #2BFEDB
Complementary color
Monochromatic Colors of #2BFEDB
Black with #2BFEDB
Text Example
Text Example
White with #2BFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFEDB; }
p { color: rgb(43,254,219); }
H1.HeaderClassName
{
color: #2BFEDB;
}
.AnyTagClassName
{
color: #2BFEDB;
}
</style>
background-color css
<style>
a { background-color: #2BFEDB; }
a { background-color: rgb(43,254,219); }
div.DivClassName
{
background-color: #2BFEDB;
}
.BgClassName
{
background-color: #2BFEDB;
}
</style>
border-color css
<style>
span { border-color: #2BFEDB; }
span { border-color: rgb(43,254,219); }
td.TdClassName
{
border-color: #2BFEDB;
}
.TagClassName
{
border-color: #2BFEDB;
}
</style>