Shades of Turquoise #2CDDBB
Tints of Turquoise #2CDDBB
RGB
CMYK
RGB Variations
Color information
#2CDDBB (or 0x2CDDBB) is known color: Turquoise. HEX triplet: 2C, DD and BB. RGB value is (44,221,187). Sum of RGB (Red+Green+Blue) = 44+221+187=452 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.73% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDDBB is #D32244. Grayscale: #A4A4A4. Windows color (decimal): -13836869 or 12311852. OLE color: 12311852.
HSL color Cylindrical-coordinate representation of color #2CDDBB: hue angle of 168.47º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDDBB is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 221 | 187 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.13 |
| HSL | 168.47º | 0.72% | 0.52% | - |
| HSV(B) | 168.47º | 0.8% | 0.87% | - |
| XYZ | 35.86 | 55.84 | 55.9 | - |
| YUV | 164.2 | 140.86 | 42.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 221 | 187 | 0.80 | 0 | 0.15 | 0.13 | 168.47 | 0.72 | 0.52 |
| Hex | 2C | DD | BB | 50 | 0 | F | D | A8 | 48 | 34 |
| Octal | 54 | 335 | 273 | 120 | 0 | 17 | 15 | 250 | 110 | 64 |
| Binary | 101100 | 11011101 | 10111011 | 1010000 | 0 | 1111 | 1101 | 10101000 | 1001000 | 110100 |
Color Harmonies of #2CDDBB
Complementary color
Monochromatic Colors of #2CDDBB
Black with #2CDDBB
Text Example
Text Example
White with #2CDDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDDBB; }
p { color: rgb(44,221,187); }
H1.HeaderClassName
{
color: #2CDDBB;
}
.AnyTagClassName
{
color: #2CDDBB;
}
</style>
background-color css
<style>
a { background-color: #2CDDBB; }
a { background-color: rgb(44,221,187); }
div.DivClassName
{
background-color: #2CDDBB;
}
.BgClassName
{
background-color: #2CDDBB;
}
</style>
border-color css
<style>
span { border-color: #2CDDBB; }
span { border-color: rgb(44,221,187); }
td.TdClassName
{
border-color: #2CDDBB;
}
.TagClassName
{
border-color: #2CDDBB;
}
</style>