Shades of Turquoise #2CD4DB
Tints of Turquoise #2CD4DB
RGB
CMYK
RGB Variations
Color information
#2CD4DB (or 0x2CD4DB) is known color: Turquoise. HEX triplet: 2C, D4 and DB. RGB value is (44,212,219). Sum of RGB (Red+Green+Blue) = 44+212+219=475 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.26% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #2CD4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CD4DB is #D32B24. Grayscale: #A2A2A2. Windows color (decimal): -13839141 or 14406700. OLE color: 14406700.
HSL color Cylindrical-coordinate representation of color #2CD4DB: hue angle of 182.4º 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 #2CD4DB is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 212 | 219 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.14 |
| HSL | 182.4º | 0.71% | 0.52% | - |
| HSV(B) | 182.4º | 0.8% | 0.86% | - |
| XYZ | 37.37 | 52.74 | 75.23 | - |
| YUV | 162.57 | 159.84 | 43.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 212 | 219 | 0.80 | 0.03 | 0 | 0.14 | 182.4 | 0.71 | 0.52 |
| Hex | 2C | D4 | DB | 50 | 3 | 0 | E | B6 | 47 | 34 |
| Octal | 54 | 324 | 333 | 120 | 3 | 0 | 16 | 266 | 107 | 64 |
| Binary | 101100 | 11010100 | 11011011 | 1010000 | 11 | 0 | 1110 | 10110110 | 1000111 | 110100 |
Color Harmonies of #2CD4DB
Complementary color
Monochromatic Colors of #2CD4DB
Black with #2CD4DB
Text Example
Text Example
White with #2CD4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD4DB; }
p { color: rgb(44,212,219); }
H1.HeaderClassName
{
color: #2CD4DB;
}
.AnyTagClassName
{
color: #2CD4DB;
}
</style>
background-color css
<style>
a { background-color: #2CD4DB; }
a { background-color: rgb(44,212,219); }
div.DivClassName
{
background-color: #2CD4DB;
}
.BgClassName
{
background-color: #2CD4DB;
}
</style>
border-color css
<style>
span { border-color: #2CD4DB; }
span { border-color: rgb(44,212,219); }
td.TdClassName
{
border-color: #2CD4DB;
}
.TagClassName
{
border-color: #2CD4DB;
}
</style>