Shades of Turquoise #2BCFC5
Tints of Turquoise #2BCFC5
RGB
CMYK
RGB Variations
Color information
#2BCFC5 (or 0x2BCFC5) is known color: Turquoise. HEX triplet: 2B, CF and C5. RGB value is (43,207,197). Sum of RGB (Red+Green+Blue) = 43+207+197=447 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.62% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 197 (77.34% from 255 or 44.07% from 447); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCFC5 is #D4303A. Grayscale: #9C9C9C. Windows color (decimal): -13905979 or 12963627. OLE color: 12963627.
HSL color Cylindrical-coordinate representation of color #2BCFC5: hue angle of 176.34º 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 #2BCFC5 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 207 | 197 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.19 |
| HSL | 176.34º | 0.66% | 0.49% | - |
| HSV(B) | 176.34º | 0.79% | 0.81% | - |
| XYZ | 33.39 | 49.17 | 60.55 | - |
| YUV | 156.82 | 150.67 | 46.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 207 | 197 | 0.79 | 0 | 0.05 | 0.19 | 176.34 | 0.66 | 0.49 |
| Hex | 2B | CF | C5 | 4F | 0 | 5 | 13 | B0 | 42 | 31 |
| Octal | 53 | 317 | 305 | 117 | 0 | 5 | 23 | 260 | 102 | 61 |
| Binary | 101011 | 11001111 | 11000101 | 1001111 | 0 | 101 | 10011 | 10110000 | 1000010 | 110001 |
Color Harmonies of #2BCFC5
Complementary color
Monochromatic Colors of #2BCFC5
Black with #2BCFC5
Text Example
Text Example
White with #2BCFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCFC5; }
p { color: rgb(43,207,197); }
H1.HeaderClassName
{
color: #2BCFC5;
}
.AnyTagClassName
{
color: #2BCFC5;
}
</style>
background-color css
<style>
a { background-color: #2BCFC5; }
a { background-color: rgb(43,207,197); }
div.DivClassName
{
background-color: #2BCFC5;
}
.BgClassName
{
background-color: #2BCFC5;
}
</style>
border-color css
<style>
span { border-color: #2BCFC5; }
span { border-color: rgb(43,207,197); }
td.TdClassName
{
border-color: #2BCFC5;
}
.TagClassName
{
border-color: #2BCFC5;
}
</style>