Shades of Turquoise #2BDCDD
Tints of Turquoise #2BDCDD
RGB
CMYK
RGB Variations
Color information
#2BDCDD (or 0x2BDCDD) is known color: Turquoise. HEX triplet: 2B, DC and DD. RGB value is (43,220,221). Sum of RGB (Red+Green+Blue) = 43+220+221=484 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.88% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #2BDCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDCDD is #D42322. Grayscale: #A7A7A7. Windows color (decimal): -13902627 or 14539819. OLE color: 14539819.
HSL color Cylindrical-coordinate representation of color #2BDCDD: hue angle of 180.34º degrees, saturation: 0.72, 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 #2BDCDD is Cyan = 0.81, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 220 | 221 | - |
| CMYK | 0.81 | 0.00 | 0 | 0.13 |
| HSL | 180.34º | 0.72% | 0.52% | - |
| HSV(B) | 180.34º | 0.81% | 0.87% | - |
| XYZ | 39.64 | 56.92 | 77.3 | - |
| YUV | 167.19 | 158.36 | 39.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 221 | 0.81 | 0.00 | 0 | 0.13 | 180.34 | 0.72 | 0.52 |
| Hex | 2B | DC | DD | 51 | 0 | 0 | D | B4 | 48 | 34 |
| Octal | 53 | 334 | 335 | 121 | 0 | 0 | 15 | 264 | 110 | 64 |
| Binary | 101011 | 11011100 | 11011101 | 1010001 | 0 | 0 | 1101 | 10110100 | 1001000 | 110100 |
Color Harmonies of #2BDCDD
Complementary color
Monochromatic Colors of #2BDCDD
Black with #2BDCDD
Text Example
Text Example
White with #2BDCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDCDD; }
p { color: rgb(43,220,221); }
H1.HeaderClassName
{
color: #2BDCDD;
}
.AnyTagClassName
{
color: #2BDCDD;
}
</style>
background-color css
<style>
a { background-color: #2BDCDD; }
a { background-color: rgb(43,220,221); }
div.DivClassName
{
background-color: #2BDCDD;
}
.BgClassName
{
background-color: #2BDCDD;
}
</style>
border-color css
<style>
span { border-color: #2BDCDD; }
span { border-color: rgb(43,220,221); }
td.TdClassName
{
border-color: #2BDCDD;
}
.TagClassName
{
border-color: #2BDCDD;
}
</style>