Shades of Turquoise #2BFDB9
Tints of Turquoise #2BFDB9
RGB
CMYK
RGB Variations
Color information
#2BFDB9 (or 0x2BFDB9) is known color: Turquoise. HEX triplet: 2B, FD and B9. RGB value is (43,253,185). Sum of RGB (Red+Green+Blue) = 43+253+185=481 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.94% from 481); Green value is 253 (99.22% from 255 or 52.60% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFDB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFDB9 is #D40246. Grayscale: #B6B6B6. Windows color (decimal): -13894215 or 12188971. OLE color: 12188971.
HSL color Cylindrical-coordinate representation of color #2BFDB9: hue angle of 160.57º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFDB9 is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 253 | 185 | - |
| CMYK | 0.83 | 0 | 0.27 | 0.01 |
| HSL | 160.57º | 0.98% | 0.58% | - |
| HSV(B) | 160.57º | 0.83% | 0.99% | - |
| XYZ | 44.88 | 74.27 | 57.87 | - |
| YUV | 182.46 | 129.43 | 28.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 253 | 185 | 0.83 | 0 | 0.27 | 0.01 | 160.57 | 0.98 | 0.58 |
| Hex | 2B | FD | B9 | 53 | 0 | 1B | 1 | A1 | 62 | 3A |
| Octal | 53 | 375 | 271 | 123 | 0 | 33 | 1 | 241 | 142 | 72 |
| Binary | 101011 | 11111101 | 10111001 | 1010011 | 0 | 11011 | 1 | 10100001 | 1100010 | 111010 |
Color Harmonies of #2BFDB9
Complementary color
Monochromatic Colors of #2BFDB9
Black with #2BFDB9
Text Example
Text Example
White with #2BFDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFDB9; }
p { color: rgb(43,253,185); }
H1.HeaderClassName
{
color: #2BFDB9;
}
.AnyTagClassName
{
color: #2BFDB9;
}
</style>
background-color css
<style>
a { background-color: #2BFDB9; }
a { background-color: rgb(43,253,185); }
div.DivClassName
{
background-color: #2BFDB9;
}
.BgClassName
{
background-color: #2BFDB9;
}
</style>
border-color css
<style>
span { border-color: #2BFDB9; }
span { border-color: rgb(43,253,185); }
td.TdClassName
{
border-color: #2BFDB9;
}
.TagClassName
{
border-color: #2BFDB9;
}
</style>