Shades of Turquoise #2CDBBA
Tints of Turquoise #2CDBBA
RGB
CMYK
RGB Variations
Color information
#2CDBBA (or 0x2CDBBA) is known color: Turquoise. HEX triplet: 2C, DB and BA. RGB value is (44,219,186). Sum of RGB (Red+Green+Blue) = 44+219+186=449 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.80% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #2CDBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDBBA is #D32445. Grayscale: #A2A2A2. Windows color (decimal): -13837382 or 12245804. OLE color: 12245804.
HSL color Cylindrical-coordinate representation of color #2CDBBA: hue angle of 168.69º degrees, saturation: 0.71, 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 #2CDBBA is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 219 | 186 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.14 |
| HSL | 168.69º | 0.71% | 0.52% | - |
| HSV(B) | 168.69º | 0.8% | 0.86% | - |
| XYZ | 35.23 | 54.74 | 55.16 | - |
| YUV | 162.91 | 141.02 | 43.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 219 | 186 | 0.80 | 0 | 0.15 | 0.14 | 168.69 | 0.71 | 0.52 |
| Hex | 2C | DB | BA | 50 | 0 | F | E | A9 | 47 | 34 |
| Octal | 54 | 333 | 272 | 120 | 0 | 17 | 16 | 251 | 107 | 64 |
| Binary | 101100 | 11011011 | 10111010 | 1010000 | 0 | 1111 | 1110 | 10101001 | 1000111 | 110100 |
Color Harmonies of #2CDBBA
Complementary color
Monochromatic Colors of #2CDBBA
Black with #2CDBBA
Text Example
Text Example
White with #2CDBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDBBA; }
p { color: rgb(44,219,186); }
H1.HeaderClassName
{
color: #2CDBBA;
}
.AnyTagClassName
{
color: #2CDBBA;
}
</style>
background-color css
<style>
a { background-color: #2CDBBA; }
a { background-color: rgb(44,219,186); }
div.DivClassName
{
background-color: #2CDBBA;
}
.BgClassName
{
background-color: #2CDBBA;
}
</style>
border-color css
<style>
span { border-color: #2CDBBA; }
span { border-color: rgb(44,219,186); }
td.TdClassName
{
border-color: #2CDBBA;
}
.TagClassName
{
border-color: #2CDBBA;
}
</style>