Shades of Turquoise #2BDBDC
Tints of Turquoise #2BDBDC
RGB
CMYK
RGB Variations
Color information
#2BDBDC (or 0x2BDBDC) is known color: Turquoise. HEX triplet: 2B, DB and DC. RGB value is (43,219,220). Sum of RGB (Red+Green+Blue) = 43+219+220=482 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.92% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #2BDBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDBDC is #D42423. Grayscale: #A6A6A6. Windows color (decimal): -13902884 or 14474027. OLE color: 14474027.
HSL color Cylindrical-coordinate representation of color #2BDBDC: hue angle of 180.34º 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 #2BDBDC is Cyan = 0.80, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 219 | 220 | - |
| CMYK | 0.80 | 0.00 | 0 | 0.14 |
| HSL | 180.34º | 0.72% | 0.52% | - |
| HSV(B) | 180.34º | 0.8% | 0.86% | - |
| XYZ | 39.25 | 56.34 | 76.52 | - |
| YUV | 166.49 | 158.19 | 39.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 219 | 220 | 0.80 | 0.00 | 0 | 0.14 | 180.34 | 0.72 | 0.52 |
| Hex | 2B | DB | DC | 50 | 0 | 0 | E | B4 | 48 | 34 |
| Octal | 53 | 333 | 334 | 120 | 0 | 0 | 16 | 264 | 110 | 64 |
| Binary | 101011 | 11011011 | 11011100 | 1010000 | 0 | 0 | 1110 | 10110100 | 1001000 | 110100 |
Color Harmonies of #2BDBDC
Complementary color
Monochromatic Colors of #2BDBDC
Black with #2BDBDC
Text Example
Text Example
White with #2BDBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDBDC; }
p { color: rgb(43,219,220); }
H1.HeaderClassName
{
color: #2BDBDC;
}
.AnyTagClassName
{
color: #2BDBDC;
}
</style>
background-color css
<style>
a { background-color: #2BDBDC; }
a { background-color: rgb(43,219,220); }
div.DivClassName
{
background-color: #2BDBDC;
}
.BgClassName
{
background-color: #2BDBDC;
}
</style>
border-color css
<style>
span { border-color: #2BDBDC; }
span { border-color: rgb(43,219,220); }
td.TdClassName
{
border-color: #2BDBDC;
}
.TagClassName
{
border-color: #2BDBDC;
}
</style>