Shades of Turquoise #2BFBCE
Tints of Turquoise #2BFBCE
RGB
CMYK
RGB Variations
Color information
#2BFBCE (or 0x2BFBCE) is known color: Turquoise. HEX triplet: 2B, FB and CE. RGB value is (43,251,206). Sum of RGB (Red+Green+Blue) = 43+251+206=500 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.6% from 500); Green value is 251 (98.44% from 255 or 50.2% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFBCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFBCE is #D40431. Grayscale: #B7B7B7. Windows color (decimal): -13894706 or 13564715. OLE color: 13564715.
HSL color Cylindrical-coordinate representation of color #2BFBCE: hue angle of 167.02º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFBCE is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 251 | 206 | - |
| CMYK | 0.83 | 0 | 0.18 | 0.02 |
| HSL | 167.02º | 0.96% | 0.58% | - |
| HSV(B) | 167.02º | 0.83% | 0.98% | - |
| XYZ | 46.63 | 73.96 | 70.21 | - |
| YUV | 183.68 | 140.59 | 27.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 251 | 206 | 0.83 | 0 | 0.18 | 0.02 | 167.02 | 0.96 | 0.58 |
| Hex | 2B | FB | CE | 53 | 0 | 12 | 2 | A7 | 60 | 3A |
| Octal | 53 | 373 | 316 | 123 | 0 | 22 | 2 | 247 | 140 | 72 |
| Binary | 101011 | 11111011 | 11001110 | 1010011 | 0 | 10010 | 10 | 10100111 | 1100000 | 111010 |
Color Harmonies of #2BFBCE
Complementary color
Monochromatic Colors of #2BFBCE
Black with #2BFBCE
Text Example
Text Example
White with #2BFBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFBCE; }
p { color: rgb(43,251,206); }
H1.HeaderClassName
{
color: #2BFBCE;
}
.AnyTagClassName
{
color: #2BFBCE;
}
</style>
background-color css
<style>
a { background-color: #2BFBCE; }
a { background-color: rgb(43,251,206); }
div.DivClassName
{
background-color: #2BFBCE;
}
.BgClassName
{
background-color: #2BFBCE;
}
</style>
border-color css
<style>
span { border-color: #2BFBCE; }
span { border-color: rgb(43,251,206); }
td.TdClassName
{
border-color: #2BFBCE;
}
.TagClassName
{
border-color: #2BFBCE;
}
</style>