Shades of Turquoise #2CDDBE
Tints of Turquoise #2CDDBE
RGB
CMYK
RGB Variations
Color information
#2CDDBE (or 0x2CDDBE) is known color: Turquoise. HEX triplet: 2C, DD and BE. RGB value is (44,221,190). Sum of RGB (Red+Green+Blue) = 44+221+190=455 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.67% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDDBE is #D32241. Grayscale: #A4A4A4. Windows color (decimal): -13836866 or 12508460. OLE color: 12508460.
HSL color Cylindrical-coordinate representation of color #2CDDBE: hue angle of 169.49º 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 #2CDDBE is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 221 | 190 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.13 |
| HSL | 169.49º | 0.72% | 0.52% | - |
| HSV(B) | 169.49º | 0.8% | 0.87% | - |
| XYZ | 36.19 | 55.97 | 57.61 | - |
| YUV | 164.54 | 142.36 | 42.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 221 | 190 | 0.80 | 0 | 0.14 | 0.13 | 169.49 | 0.72 | 0.52 |
| Hex | 2C | DD | BE | 50 | 0 | E | D | A9 | 48 | 34 |
| Octal | 54 | 335 | 276 | 120 | 0 | 16 | 15 | 251 | 110 | 64 |
| Binary | 101100 | 11011101 | 10111110 | 1010000 | 0 | 1110 | 1101 | 10101001 | 1001000 | 110100 |
Color Harmonies of #2CDDBE
Complementary color
Monochromatic Colors of #2CDDBE
Black with #2CDDBE
Text Example
Text Example
White with #2CDDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDDBE; }
p { color: rgb(44,221,190); }
H1.HeaderClassName
{
color: #2CDDBE;
}
.AnyTagClassName
{
color: #2CDDBE;
}
</style>
background-color css
<style>
a { background-color: #2CDDBE; }
a { background-color: rgb(44,221,190); }
div.DivClassName
{
background-color: #2CDDBE;
}
.BgClassName
{
background-color: #2CDDBE;
}
</style>
border-color css
<style>
span { border-color: #2CDDBE; }
span { border-color: rgb(44,221,190); }
td.TdClassName
{
border-color: #2CDDBE;
}
.TagClassName
{
border-color: #2CDDBE;
}
</style>