Shades of Turquoise #2BCFC1
Tints of Turquoise #2BCFC1
RGB
CMYK
RGB Variations
Color information
#2BCFC1 (or 0x2BCFC1) is known color: Turquoise. HEX triplet: 2B, CF and C1. RGB value is (43,207,193). Sum of RGB (Red+Green+Blue) = 43+207+193=443 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.71% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCFC1 is #D4303E. Grayscale: #9C9C9C. Windows color (decimal): -13905983 or 12701483. OLE color: 12701483.
HSL color Cylindrical-coordinate representation of color #2BCFC1: hue angle of 174.88º 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 #2BCFC1 is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 207 | 193 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.19 |
| HSL | 174.88º | 0.66% | 0.49% | - |
| HSV(B) | 174.88º | 0.79% | 0.81% | - |
| XYZ | 32.93 | 48.99 | 58.17 | - |
| YUV | 156.37 | 148.67 | 47.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 207 | 193 | 0.79 | 0 | 0.07 | 0.19 | 174.88 | 0.66 | 0.49 |
| Hex | 2B | CF | C1 | 4F | 0 | 7 | 13 | AF | 42 | 31 |
| Octal | 53 | 317 | 301 | 117 | 0 | 7 | 23 | 257 | 102 | 61 |
| Binary | 101011 | 11001111 | 11000001 | 1001111 | 0 | 111 | 10011 | 10101111 | 1000010 | 110001 |
Color Harmonies of #2BCFC1
Complementary color
Monochromatic Colors of #2BCFC1
Black with #2BCFC1
Text Example
Text Example
White with #2BCFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCFC1; }
p { color: rgb(43,207,193); }
H1.HeaderClassName
{
color: #2BCFC1;
}
.AnyTagClassName
{
color: #2BCFC1;
}
</style>
background-color css
<style>
a { background-color: #2BCFC1; }
a { background-color: rgb(43,207,193); }
div.DivClassName
{
background-color: #2BCFC1;
}
.BgClassName
{
background-color: #2BCFC1;
}
</style>
border-color css
<style>
span { border-color: #2BCFC1; }
span { border-color: rgb(43,207,193); }
td.TdClassName
{
border-color: #2BCFC1;
}
.TagClassName
{
border-color: #2BCFC1;
}
</style>