Shades of Turquoise #2BDCD3
Tints of Turquoise #2BDCD3
RGB
CMYK
RGB Variations
Color information
#2BDCD3 (or 0x2BDCD3) is known color: Turquoise. HEX triplet: 2B, DC and D3. RGB value is (43,220,211). Sum of RGB (Red+Green+Blue) = 43+220+211=474 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.07% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 211 (82.81% from 255 or 44.51% from 474); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDCD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDCD3 is #D4232C. Grayscale: #A5A5A5. Windows color (decimal): -13902637 or 13884459. OLE color: 13884459.
HSL color Cylindrical-coordinate representation of color #2BDCD3: hue angle of 176.95º 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 #2BDCD3 is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 220 | 211 | - |
| CMYK | 0.80 | 0 | 0.04 | 0.14 |
| HSL | 176.95º | 0.72% | 0.52% | - |
| HSV(B) | 176.95º | 0.8% | 0.86% | - |
| XYZ | 38.35 | 56.4 | 70.49 | - |
| YUV | 166.05 | 153.36 | 40.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 211 | 0.80 | 0 | 0.04 | 0.14 | 176.95 | 0.72 | 0.52 |
| Hex | 2B | DC | D3 | 50 | 0 | 4 | E | B1 | 48 | 34 |
| Octal | 53 | 334 | 323 | 120 | 0 | 4 | 16 | 261 | 110 | 64 |
| Binary | 101011 | 11011100 | 11010011 | 1010000 | 0 | 100 | 1110 | 10110001 | 1001000 | 110100 |
Color Harmonies of #2BDCD3
Complementary color
Monochromatic Colors of #2BDCD3
Black with #2BDCD3
Text Example
Text Example
White with #2BDCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDCD3; }
p { color: rgb(43,220,211); }
H1.HeaderClassName
{
color: #2BDCD3;
}
.AnyTagClassName
{
color: #2BDCD3;
}
</style>
background-color css
<style>
a { background-color: #2BDCD3; }
a { background-color: rgb(43,220,211); }
div.DivClassName
{
background-color: #2BDCD3;
}
.BgClassName
{
background-color: #2BDCD3;
}
</style>
border-color css
<style>
span { border-color: #2BDCD3; }
span { border-color: rgb(43,220,211); }
td.TdClassName
{
border-color: #2BDCD3;
}
.TagClassName
{
border-color: #2BDCD3;
}
</style>