Shades of Turquoise #2BFDC6
Tints of Turquoise #2BFDC6
RGB
CMYK
RGB Variations
Color information
#2BFDC6 (or 0x2BFDC6) is known color: Turquoise. HEX triplet: 2B, FD and C6. RGB value is (43,253,198). Sum of RGB (Red+Green+Blue) = 43+253+198=494 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.70% from 494); Green value is 253 (99.22% from 255 or 51.21% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFDC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFDC6 is #D40239. Grayscale: #B7B7B7. Windows color (decimal): -13894202 or 13040939. OLE color: 13040939.
HSL color Cylindrical-coordinate representation of color #2BFDC6: hue angle of 164.29º degrees, saturation: 0.98, 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 #2BFDC6 is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 253 | 198 | - |
| CMYK | 0.83 | 0 | 0.22 | 0.01 |
| HSL | 164.29º | 0.98% | 0.58% | - |
| HSV(B) | 164.29º | 0.83% | 0.99% | - |
| XYZ | 46.31 | 74.84 | 65.43 | - |
| YUV | 183.94 | 135.93 | 27.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 253 | 198 | 0.83 | 0 | 0.22 | 0.01 | 164.29 | 0.98 | 0.58 |
| Hex | 2B | FD | C6 | 53 | 0 | 16 | 1 | A4 | 62 | 3A |
| Octal | 53 | 375 | 306 | 123 | 0 | 26 | 1 | 244 | 142 | 72 |
| Binary | 101011 | 11111101 | 11000110 | 1010011 | 0 | 10110 | 1 | 10100100 | 1100010 | 111010 |
Color Harmonies of #2BFDC6
Complementary color
Monochromatic Colors of #2BFDC6
Black with #2BFDC6
Text Example
Text Example
White with #2BFDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFDC6; }
p { color: rgb(43,253,198); }
H1.HeaderClassName
{
color: #2BFDC6;
}
.AnyTagClassName
{
color: #2BFDC6;
}
</style>
background-color css
<style>
a { background-color: #2BFDC6; }
a { background-color: rgb(43,253,198); }
div.DivClassName
{
background-color: #2BFDC6;
}
.BgClassName
{
background-color: #2BFDC6;
}
</style>
border-color css
<style>
span { border-color: #2BFDC6; }
span { border-color: rgb(43,253,198); }
td.TdClassName
{
border-color: #2BFDC6;
}
.TagClassName
{
border-color: #2BFDC6;
}
</style>