Shades of Turquoise #2BFFC6
Tints of Turquoise #2BFFC6
RGB
CMYK
RGB Variations
Color information
#2BFFC6 (or 0x2BFFC6) is known color: Turquoise. HEX triplet: 2B, FF and C6. RGB value is (43,255,198). Sum of RGB (Red+Green+Blue) = 43+255+198=496 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.67% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 198 (77.73% from 255 or 39.92% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFFC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFFC6 is #D40039. Grayscale: #B9B9B9. Windows color (decimal): -13893690 or 13041451. OLE color: 13041451.
HSL color Cylindrical-coordinate representation of color #2BFFC6: hue angle of 163.87º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFFC6 is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 198 | - |
| CMYK | 0.83 | 0 | 0.22 | 0 |
| HSL | 163.87º | 1% | 0.58% | - |
| HSV(B) | 163.87º | 0.83% | 1% | - |
| XYZ | 46.95 | 76.11 | 65.64 | - |
| YUV | 185.11 | 135.26 | 26.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 198 | 0.83 | 0 | 0.22 | 0 | 163.87 | 1 | 0.58 |
| Hex | 2B | FF | C6 | 53 | 0 | 16 | 0 | A4 | 64 | 3A |
| Octal | 53 | 377 | 306 | 123 | 0 | 26 | 0 | 244 | 144 | 72 |
| Binary | 101011 | 11111111 | 11000110 | 1010011 | 0 | 10110 | 0 | 10100100 | 1100100 | 111010 |
Color Harmonies of #2BFFC6
Complementary color
Monochromatic Colors of #2BFFC6
Black with #2BFFC6
Text Example
Text Example
White with #2BFFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFFC6; }
p { color: rgb(43,255,198); }
H1.HeaderClassName
{
color: #2BFFC6;
}
.AnyTagClassName
{
color: #2BFFC6;
}
</style>
background-color css
<style>
a { background-color: #2BFFC6; }
a { background-color: rgb(43,255,198); }
div.DivClassName
{
background-color: #2BFFC6;
}
.BgClassName
{
background-color: #2BFFC6;
}
</style>
border-color css
<style>
span { border-color: #2BFFC6; }
span { border-color: rgb(43,255,198); }
td.TdClassName
{
border-color: #2BFFC6;
}
.TagClassName
{
border-color: #2BFFC6;
}
</style>