Shades of Turquoise #2BFBC7
Tints of Turquoise #2BFBC7
RGB
CMYK
RGB Variations
Color information
#2BFBC7 (or 0x2BFBC7) is known color: Turquoise. HEX triplet: 2B, FB and C7. RGB value is (43,251,199). Sum of RGB (Red+Green+Blue) = 43+251+199=493 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.72% from 493); Green value is 251 (98.44% from 255 or 50.91% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFBC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFBC7 is #D40438. Grayscale: #B6B6B6. Windows color (decimal): -13894713 or 13105963. OLE color: 13105963.
HSL color Cylindrical-coordinate representation of color #2BFBC7: hue angle of 165º 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 #2BFBC7 is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 251 | 199 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.02 |
| HSL | 165º | 0.96% | 0.58% | - |
| HSV(B) | 165º | 0.83% | 0.98% | - |
| XYZ | 45.8 | 73.63 | 65.83 | - |
| YUV | 182.88 | 137.09 | 28.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 251 | 199 | 0.83 | 0 | 0.21 | 0.02 | 165 | 0.96 | 0.58 |
| Hex | 2B | FB | C7 | 53 | 0 | 15 | 2 | A5 | 60 | 3A |
| Octal | 53 | 373 | 307 | 123 | 0 | 25 | 2 | 245 | 140 | 72 |
| Binary | 101011 | 11111011 | 11000111 | 1010011 | 0 | 10101 | 10 | 10100101 | 1100000 | 111010 |
Color Harmonies of #2BFBC7
Complementary color
Monochromatic Colors of #2BFBC7
Black with #2BFBC7
Text Example
Text Example
White with #2BFBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFBC7; }
p { color: rgb(43,251,199); }
H1.HeaderClassName
{
color: #2BFBC7;
}
.AnyTagClassName
{
color: #2BFBC7;
}
</style>
background-color css
<style>
a { background-color: #2BFBC7; }
a { background-color: rgb(43,251,199); }
div.DivClassName
{
background-color: #2BFBC7;
}
.BgClassName
{
background-color: #2BFBC7;
}
</style>
border-color css
<style>
span { border-color: #2BFBC7; }
span { border-color: rgb(43,251,199); }
td.TdClassName
{
border-color: #2BFBC7;
}
.TagClassName
{
border-color: #2BFBC7;
}
</style>