Shades of Turquoise #2BCFBC
Tints of Turquoise #2BCFBC
RGB
CMYK
RGB Variations
Color information
#2BCFBC (or 0x2BCFBC) is known color: Turquoise. HEX triplet: 2B, CF and BC. RGB value is (43,207,188). Sum of RGB (Red+Green+Blue) = 43+207+188=438 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.82% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCFBC is #D43043. Grayscale: #9B9B9B. Windows color (decimal): -13905988 or 12373803. OLE color: 12373803.
HSL color Cylindrical-coordinate representation of color #2BCFBC: hue angle of 173.05º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCFBC is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 207 | 188 | - |
| CMYK | 0.79 | 0 | 0.09 | 0.19 |
| HSL | 173.05º | 0.66% | 0.49% | - |
| HSV(B) | 173.05º | 0.79% | 0.81% | - |
| XYZ | 32.39 | 48.77 | 55.28 | - |
| YUV | 155.8 | 146.17 | 47.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 207 | 188 | 0.79 | 0 | 0.09 | 0.19 | 173.05 | 0.66 | 0.49 |
| Hex | 2B | CF | BC | 4F | 0 | 9 | 13 | AD | 42 | 31 |
| Octal | 53 | 317 | 274 | 117 | 0 | 11 | 23 | 255 | 102 | 61 |
| Binary | 101011 | 11001111 | 10111100 | 1001111 | 0 | 1001 | 10011 | 10101101 | 1000010 | 110001 |
Color Harmonies of #2BCFBC
Complementary color
Monochromatic Colors of #2BCFBC
Black with #2BCFBC
Text Example
Text Example
White with #2BCFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCFBC; }
p { color: rgb(43,207,188); }
H1.HeaderClassName
{
color: #2BCFBC;
}
.AnyTagClassName
{
color: #2BCFBC;
}
</style>
background-color css
<style>
a { background-color: #2BCFBC; }
a { background-color: rgb(43,207,188); }
div.DivClassName
{
background-color: #2BCFBC;
}
.BgClassName
{
background-color: #2BCFBC;
}
</style>
border-color css
<style>
span { border-color: #2BCFBC; }
span { border-color: rgb(43,207,188); }
td.TdClassName
{
border-color: #2BCFBC;
}
.TagClassName
{
border-color: #2BCFBC;
}
</style>