Shades of Turquoise #2BDDCD
Tints of Turquoise #2BDDCD
RGB
CMYK
RGB Variations
Color information
#2BDDCD (or 0x2BDDCD) is known color: Turquoise. HEX triplet: 2B, DD and CD. RGB value is (43,221,205). Sum of RGB (Red+Green+Blue) = 43+221+205=469 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.17% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #2BDDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDDCD is #D42232. Grayscale: #A5A5A5. Windows color (decimal): -13902387 or 13491499. OLE color: 13491499.
HSL color Cylindrical-coordinate representation of color #2BDDCD: hue angle of 174.61º 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 #2BDDCD is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 221 | 205 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.13 |
| HSL | 174.61º | 0.72% | 0.52% | - |
| HSV(B) | 174.61º | 0.81% | 0.87% | - |
| XYZ | 37.87 | 56.63 | 66.69 | - |
| YUV | 165.95 | 150.03 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 221 | 205 | 0.81 | 0 | 0.07 | 0.13 | 174.61 | 0.72 | 0.52 |
| Hex | 2B | DD | CD | 51 | 0 | 7 | D | AF | 48 | 34 |
| Octal | 53 | 335 | 315 | 121 | 0 | 7 | 15 | 257 | 110 | 64 |
| Binary | 101011 | 11011101 | 11001101 | 1010001 | 0 | 111 | 1101 | 10101111 | 1001000 | 110100 |
Color Harmonies of #2BDDCD
Complementary color
Monochromatic Colors of #2BDDCD
Black with #2BDDCD
Text Example
Text Example
White with #2BDDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDDCD; }
p { color: rgb(43,221,205); }
H1.HeaderClassName
{
color: #2BDDCD;
}
.AnyTagClassName
{
color: #2BDDCD;
}
</style>
background-color css
<style>
a { background-color: #2BDDCD; }
a { background-color: rgb(43,221,205); }
div.DivClassName
{
background-color: #2BDDCD;
}
.BgClassName
{
background-color: #2BDDCD;
}
</style>
border-color css
<style>
span { border-color: #2BDDCD; }
span { border-color: rgb(43,221,205); }
td.TdClassName
{
border-color: #2BDDCD;
}
.TagClassName
{
border-color: #2BDDCD;
}
</style>