Shades of Turquoise #2BFBCB
Tints of Turquoise #2BFBCB
RGB
CMYK
RGB Variations
Color information
#2BFBCB (or 0x2BFBCB) is known color: Turquoise. HEX triplet: 2B, FB and CB. RGB value is (43,251,203). Sum of RGB (Red+Green+Blue) = 43+251+203=497 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.65% from 497); Green value is 251 (98.44% from 255 or 50.50% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFBCB is #D40434. Grayscale: #B7B7B7. Windows color (decimal): -13894709 or 13368107. OLE color: 13368107.
HSL color Cylindrical-coordinate representation of color #2BFBCB: hue angle of 166.15º 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 #2BFBCB is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 251 | 203 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.02 |
| HSL | 166.15º | 0.96% | 0.58% | - |
| HSV(B) | 166.15º | 0.83% | 0.98% | - |
| XYZ | 46.27 | 73.82 | 68.31 | - |
| YUV | 183.34 | 139.09 | 27.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 251 | 203 | 0.83 | 0 | 0.19 | 0.02 | 166.15 | 0.96 | 0.58 |
| Hex | 2B | FB | CB | 53 | 0 | 13 | 2 | A6 | 60 | 3A |
| Octal | 53 | 373 | 313 | 123 | 0 | 23 | 2 | 246 | 140 | 72 |
| Binary | 101011 | 11111011 | 11001011 | 1010011 | 0 | 10011 | 10 | 10100110 | 1100000 | 111010 |
Color Harmonies of #2BFBCB
Complementary color
Monochromatic Colors of #2BFBCB
Black with #2BFBCB
Text Example
Text Example
White with #2BFBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFBCB; }
p { color: rgb(43,251,203); }
H1.HeaderClassName
{
color: #2BFBCB;
}
.AnyTagClassName
{
color: #2BFBCB;
}
</style>
background-color css
<style>
a { background-color: #2BFBCB; }
a { background-color: rgb(43,251,203); }
div.DivClassName
{
background-color: #2BFBCB;
}
.BgClassName
{
background-color: #2BFBCB;
}
</style>
border-color css
<style>
span { border-color: #2BFBCB; }
span { border-color: rgb(43,251,203); }
td.TdClassName
{
border-color: #2BFBCB;
}
.TagClassName
{
border-color: #2BFBCB;
}
</style>