Shades of Turquoise #2CD5DB
Tints of Turquoise #2CD5DB
RGB
CMYK
RGB Variations
Color information
#2CD5DB (or 0x2CD5DB) is known color: Turquoise. HEX triplet: 2C, D5 and DB. RGB value is (44,213,219). Sum of RGB (Red+Green+Blue) = 44+213+219=476 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.24% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #2CD5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CD5DB is #D32A24. Grayscale: #A2A2A2. Windows color (decimal): -13838885 or 14406956. OLE color: 14406956.
HSL color Cylindrical-coordinate representation of color #2CD5DB: hue angle of 182.06º 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 #2CD5DB is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 213 | 219 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.14 |
| HSL | 182.06º | 0.71% | 0.52% | - |
| HSV(B) | 182.06º | 0.8% | 0.86% | - |
| XYZ | 37.62 | 53.24 | 75.31 | - |
| YUV | 163.15 | 159.51 | 43.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 213 | 219 | 0.80 | 0.03 | 0 | 0.14 | 182.06 | 0.71 | 0.52 |
| Hex | 2C | D5 | DB | 50 | 3 | 0 | E | B6 | 47 | 34 |
| Octal | 54 | 325 | 333 | 120 | 3 | 0 | 16 | 266 | 107 | 64 |
| Binary | 101100 | 11010101 | 11011011 | 1010000 | 11 | 0 | 1110 | 10110110 | 1000111 | 110100 |
Color Harmonies of #2CD5DB
Complementary color
Monochromatic Colors of #2CD5DB
Black with #2CD5DB
Text Example
Text Example
White with #2CD5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD5DB; }
p { color: rgb(44,213,219); }
H1.HeaderClassName
{
color: #2CD5DB;
}
.AnyTagClassName
{
color: #2CD5DB;
}
</style>
background-color css
<style>
a { background-color: #2CD5DB; }
a { background-color: rgb(44,213,219); }
div.DivClassName
{
background-color: #2CD5DB;
}
.BgClassName
{
background-color: #2CD5DB;
}
</style>
border-color css
<style>
span { border-color: #2CD5DB; }
span { border-color: rgb(44,213,219); }
td.TdClassName
{
border-color: #2CD5DB;
}
.TagClassName
{
border-color: #2CD5DB;
}
</style>