Shades of Turquoise #2BDFC6
Tints of Turquoise #2BDFC6
RGB
CMYK
RGB Variations
Color information
#2BDFC6 (or 0x2BDFC6) is known color: Turquoise. HEX triplet: 2B, DF and C6. RGB value is (43,223,198). Sum of RGB (Red+Green+Blue) = 43+223+198=464 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.27% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDFC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDFC6 is #D42039. Grayscale: #A6A6A6. Windows color (decimal): -13901882 or 13033259. OLE color: 13033259.
HSL color Cylindrical-coordinate representation of color #2BDFC6: hue angle of 171.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDFC6 is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 223 | 198 | - |
| CMYK | 0.81 | 0 | 0.11 | 0.13 |
| HSL | 171.67º | 0.74% | 0.52% | - |
| HSV(B) | 171.67º | 0.81% | 0.87% | - |
| XYZ | 37.58 | 57.37 | 62.52 | - |
| YUV | 166.33 | 145.87 | 40.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 223 | 198 | 0.81 | 0 | 0.11 | 0.13 | 171.67 | 0.74 | 0.52 |
| Hex | 2B | DF | C6 | 51 | 0 | B | D | AC | 4A | 34 |
| Octal | 53 | 337 | 306 | 121 | 0 | 13 | 15 | 254 | 112 | 64 |
| Binary | 101011 | 11011111 | 11000110 | 1010001 | 0 | 1011 | 1101 | 10101100 | 1001010 | 110100 |
Color Harmonies of #2BDFC6
Complementary color
Monochromatic Colors of #2BDFC6
Black with #2BDFC6
Text Example
Text Example
White with #2BDFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDFC6; }
p { color: rgb(43,223,198); }
H1.HeaderClassName
{
color: #2BDFC6;
}
.AnyTagClassName
{
color: #2BDFC6;
}
</style>
background-color css
<style>
a { background-color: #2BDFC6; }
a { background-color: rgb(43,223,198); }
div.DivClassName
{
background-color: #2BDFC6;
}
.BgClassName
{
background-color: #2BDFC6;
}
</style>
border-color css
<style>
span { border-color: #2BDFC6; }
span { border-color: rgb(43,223,198); }
td.TdClassName
{
border-color: #2BDFC6;
}
.TagClassName
{
border-color: #2BDFC6;
}
</style>