Shades of Turquoise #2BFCBC
Tints of Turquoise #2BFCBC
RGB
CMYK
RGB Variations
Color information
#2BFCBC (or 0x2BFCBC) is known color: Turquoise. HEX triplet: 2B, FC and BC. RGB value is (43,252,188). Sum of RGB (Red+Green+Blue) = 43+252+188=483 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.90% from 483); Green value is 252 (98.83% from 255 or 52.17% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFCBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFCBC is #D40343. Grayscale: #B6B6B6. Windows color (decimal): -13894468 or 12385323. OLE color: 12385323.
HSL color Cylindrical-coordinate representation of color #2BFCBC: hue angle of 161.63º degrees, saturation: 0.97, 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 #2BFCBC is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 252 | 188 | - |
| CMYK | 0.83 | 0 | 0.25 | 0.01 |
| HSL | 161.63º | 0.97% | 0.58% | - |
| HSV(B) | 161.63º | 0.83% | 0.99% | - |
| XYZ | 44.88 | 73.77 | 59.45 | - |
| YUV | 182.21 | 131.26 | 28.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 252 | 188 | 0.83 | 0 | 0.25 | 0.01 | 161.63 | 0.97 | 0.58 |
| Hex | 2B | FC | BC | 53 | 0 | 19 | 1 | A2 | 61 | 3A |
| Octal | 53 | 374 | 274 | 123 | 0 | 31 | 1 | 242 | 141 | 72 |
| Binary | 101011 | 11111100 | 10111100 | 1010011 | 0 | 11001 | 1 | 10100010 | 1100001 | 111010 |
Color Harmonies of #2BFCBC
Complementary color
Monochromatic Colors of #2BFCBC
Black with #2BFCBC
Text Example
Text Example
White with #2BFCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFCBC; }
p { color: rgb(43,252,188); }
H1.HeaderClassName
{
color: #2BFCBC;
}
.AnyTagClassName
{
color: #2BFCBC;
}
</style>
background-color css
<style>
a { background-color: #2BFCBC; }
a { background-color: rgb(43,252,188); }
div.DivClassName
{
background-color: #2BFCBC;
}
.BgClassName
{
background-color: #2BFCBC;
}
</style>
border-color css
<style>
span { border-color: #2BFCBC; }
span { border-color: rgb(43,252,188); }
td.TdClassName
{
border-color: #2BFCBC;
}
.TagClassName
{
border-color: #2BFCBC;
}
</style>