Shades of Turquoise #2BDCDA
Tints of Turquoise #2BDCDA
RGB
CMYK
RGB Variations
Color information
#2BDCDA (or 0x2BDCDA) is known color: Turquoise. HEX triplet: 2B, DC and DA. RGB value is (43,220,218). Sum of RGB (Red+Green+Blue) = 43+220+218=481 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.94% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDCDA is #D42325. Grayscale: #A6A6A6. Windows color (decimal): -13902630 or 14343211. OLE color: 14343211.
HSL color Cylindrical-coordinate representation of color #2BDCDA: hue angle of 179.32º 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 #2BDCDA is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 220 | 218 | - |
| CMYK | 0.80 | 0 | 0.01 | 0.14 |
| HSL | 179.32º | 0.72% | 0.52% | - |
| HSV(B) | 179.32º | 0.8% | 0.86% | - |
| XYZ | 39.24 | 56.76 | 75.22 | - |
| YUV | 166.85 | 156.86 | 39.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 218 | 0.80 | 0 | 0.01 | 0.14 | 179.32 | 0.72 | 0.52 |
| Hex | 2B | DC | DA | 50 | 0 | 1 | E | B3 | 48 | 34 |
| Octal | 53 | 334 | 332 | 120 | 0 | 1 | 16 | 263 | 110 | 64 |
| Binary | 101011 | 11011100 | 11011010 | 1010000 | 0 | 1 | 1110 | 10110011 | 1001000 | 110100 |
Color Harmonies of #2BDCDA
Complementary color
Monochromatic Colors of #2BDCDA
Black with #2BDCDA
Text Example
Text Example
White with #2BDCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDCDA; }
p { color: rgb(43,220,218); }
H1.HeaderClassName
{
color: #2BDCDA;
}
.AnyTagClassName
{
color: #2BDCDA;
}
</style>
background-color css
<style>
a { background-color: #2BDCDA; }
a { background-color: rgb(43,220,218); }
div.DivClassName
{
background-color: #2BDCDA;
}
.BgClassName
{
background-color: #2BDCDA;
}
</style>
border-color css
<style>
span { border-color: #2BDCDA; }
span { border-color: rgb(43,220,218); }
td.TdClassName
{
border-color: #2BDCDA;
}
.TagClassName
{
border-color: #2BDCDA;
}
</style>