Shades of Turquoise #2BFFC0
Tints of Turquoise #2BFFC0
RGB
CMYK
RGB Variations
Color information
#2BFFC0 (or 0x2BFFC0) is known color: Turquoise. HEX triplet: 2B, FF and C0. RGB value is (43,255,192). Sum of RGB (Red+Green+Blue) = 43+255+192=490 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.78% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFFC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFFC0 is #D4003F. Grayscale: #B8B8B8. Windows color (decimal): -13893696 or 12648235. OLE color: 12648235.
HSL color Cylindrical-coordinate representation of color #2BFFC0: hue angle of 162.17º 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 #2BFFC0 is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 192 | - |
| CMYK | 0.83 | 0 | 0.25 | 0 |
| HSL | 162.17º | 1% | 0.58% | - |
| HSV(B) | 162.17º | 0.83% | 1% | - |
| XYZ | 46.27 | 75.84 | 62.07 | - |
| YUV | 184.43 | 132.26 | 27.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 192 | 0.83 | 0 | 0.25 | 0 | 162.17 | 1 | 0.58 |
| Hex | 2B | FF | C0 | 53 | 0 | 19 | 0 | A2 | 64 | 3A |
| Octal | 53 | 377 | 300 | 123 | 0 | 31 | 0 | 242 | 144 | 72 |
| Binary | 101011 | 11111111 | 11000000 | 1010011 | 0 | 11001 | 0 | 10100010 | 1100100 | 111010 |
Color Harmonies of #2BFFC0
Complementary color
Monochromatic Colors of #2BFFC0
Black with #2BFFC0
Text Example
Text Example
White with #2BFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFFC0; }
p { color: rgb(43,255,192); }
H1.HeaderClassName
{
color: #2BFFC0;
}
.AnyTagClassName
{
color: #2BFFC0;
}
</style>
background-color css
<style>
a { background-color: #2BFFC0; }
a { background-color: rgb(43,255,192); }
div.DivClassName
{
background-color: #2BFFC0;
}
.BgClassName
{
background-color: #2BFFC0;
}
</style>
border-color css
<style>
span { border-color: #2BFFC0; }
span { border-color: rgb(43,255,192); }
td.TdClassName
{
border-color: #2BFFC0;
}
.TagClassName
{
border-color: #2BFFC0;
}
</style>