Shades of Turquoise #2CCDDB
Tints of Turquoise #2CCDDB
RGB
CMYK
RGB Variations
Color information
#2CCDDB (or 0x2CCDDB) is known color: Turquoise. HEX triplet: 2C, CD and DB. RGB value is (44,205,219). Sum of RGB (Red+Green+Blue) = 44+205+219=468 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.40% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #2CCDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCDDB is #D33224. Grayscale: #9E9E9E. Windows color (decimal): -13840933 or 14404908. OLE color: 14404908.
HSL color Cylindrical-coordinate representation of color #2CCDDB: hue angle of 184.8º 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 #2CCDDB is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 205 | 219 | - |
| CMYK | 0.80 | 0.06 | 0 | 0.14 |
| HSL | 184.8º | 0.71% | 0.52% | - |
| HSV(B) | 184.8º | 0.8% | 0.86% | - |
| XYZ | 35.66 | 49.31 | 74.66 | - |
| YUV | 158.46 | 162.16 | 46.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 205 | 219 | 0.80 | 0.06 | 0 | 0.14 | 184.8 | 0.71 | 0.52 |
| Hex | 2C | CD | DB | 50 | 6 | 0 | E | B9 | 47 | 34 |
| Octal | 54 | 315 | 333 | 120 | 6 | 0 | 16 | 271 | 107 | 64 |
| Binary | 101100 | 11001101 | 11011011 | 1010000 | 110 | 0 | 1110 | 10111001 | 1000111 | 110100 |
Color Harmonies of #2CCDDB
Complementary color
Monochromatic Colors of #2CCDDB
Black with #2CCDDB
Text Example
Text Example
White with #2CCDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCDDB; }
p { color: rgb(44,205,219); }
H1.HeaderClassName
{
color: #2CCDDB;
}
.AnyTagClassName
{
color: #2CCDDB;
}
</style>
background-color css
<style>
a { background-color: #2CCDDB; }
a { background-color: rgb(44,205,219); }
div.DivClassName
{
background-color: #2CCDDB;
}
.BgClassName
{
background-color: #2CCDDB;
}
</style>
border-color css
<style>
span { border-color: #2CCDDB; }
span { border-color: rgb(44,205,219); }
td.TdClassName
{
border-color: #2CCDDB;
}
.TagClassName
{
border-color: #2CCDDB;
}
</style>