Shades of Turquoise #2BD6DC
Tints of Turquoise #2BD6DC
RGB
CMYK
RGB Variations
Color information
#2BD6DC (or 0x2BD6DC) is known color: Turquoise. HEX triplet: 2B, D6 and DC. RGB value is (43,214,220). Sum of RGB (Red+Green+Blue) = 43+214+220=477 (63% of max value = 765). Red value is 43 (17.19% from 255 or 9.01% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #2BD6DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BD6DC is #D42923. Grayscale: #A3A3A3. Windows color (decimal): -13904164 or 14472747. OLE color: 14472747.
HSL color Cylindrical-coordinate representation of color #2BD6DC: hue angle of 182.03º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD6DC is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 214 | 220 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.14 |
| HSL | 182.03º | 0.72% | 0.52% | - |
| HSV(B) | 182.03º | 0.8% | 0.86% | - |
| XYZ | 37.96 | 53.77 | 76.09 | - |
| YUV | 163.56 | 159.85 | 42.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 214 | 220 | 0.80 | 0.03 | 0 | 0.14 | 182.03 | 0.72 | 0.52 |
| Hex | 2B | D6 | DC | 50 | 3 | 0 | E | B6 | 48 | 34 |
| Octal | 53 | 326 | 334 | 120 | 3 | 0 | 16 | 266 | 110 | 64 |
| Binary | 101011 | 11010110 | 11011100 | 1010000 | 11 | 0 | 1110 | 10110110 | 1001000 | 110100 |
Color Harmonies of #2BD6DC
Complementary color
Monochromatic Colors of #2BD6DC
Black with #2BD6DC
Text Example
Text Example
White with #2BD6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD6DC; }
p { color: rgb(43,214,220); }
H1.HeaderClassName
{
color: #2BD6DC;
}
.AnyTagClassName
{
color: #2BD6DC;
}
</style>
background-color css
<style>
a { background-color: #2BD6DC; }
a { background-color: rgb(43,214,220); }
div.DivClassName
{
background-color: #2BD6DC;
}
.BgClassName
{
background-color: #2BD6DC;
}
</style>
border-color css
<style>
span { border-color: #2BD6DC; }
span { border-color: rgb(43,214,220); }
td.TdClassName
{
border-color: #2BD6DC;
}
.TagClassName
{
border-color: #2BD6DC;
}
</style>