Shades of Turquoise #2BDCCD
Tints of Turquoise #2BDCCD
RGB
CMYK
RGB Variations
Color information
#2BDCCD (or 0x2BDCCD) is known color: Turquoise. HEX triplet: 2B, DC and CD. RGB value is (43,220,205). Sum of RGB (Red+Green+Blue) = 43+220+205=468 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.19% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDCCD is #D42332. Grayscale: #A5A5A5. Windows color (decimal): -13902643 or 13491243. OLE color: 13491243.
HSL color Cylindrical-coordinate representation of color #2BDCCD: hue angle of 174.92º 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 #2BDCCD is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 220 | 205 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.14 |
| HSL | 174.92º | 0.72% | 0.52% | - |
| HSV(B) | 174.92º | 0.8% | 0.86% | - |
| XYZ | 37.61 | 56.11 | 66.61 | - |
| YUV | 165.37 | 150.36 | 40.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 205 | 0.80 | 0 | 0.07 | 0.14 | 174.92 | 0.72 | 0.52 |
| Hex | 2B | DC | CD | 50 | 0 | 7 | E | AF | 48 | 34 |
| Octal | 53 | 334 | 315 | 120 | 0 | 7 | 16 | 257 | 110 | 64 |
| Binary | 101011 | 11011100 | 11001101 | 1010000 | 0 | 111 | 1110 | 10101111 | 1001000 | 110100 |
Color Harmonies of #2BDCCD
Complementary color
Monochromatic Colors of #2BDCCD
Black with #2BDCCD
Text Example
Text Example
White with #2BDCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDCCD; }
p { color: rgb(43,220,205); }
H1.HeaderClassName
{
color: #2BDCCD;
}
.AnyTagClassName
{
color: #2BDCCD;
}
</style>
background-color css
<style>
a { background-color: #2BDCCD; }
a { background-color: rgb(43,220,205); }
div.DivClassName
{
background-color: #2BDCCD;
}
.BgClassName
{
background-color: #2BDCCD;
}
</style>
border-color css
<style>
span { border-color: #2BDCCD; }
span { border-color: rgb(43,220,205); }
td.TdClassName
{
border-color: #2BDCCD;
}
.TagClassName
{
border-color: #2BDCCD;
}
</style>