Shades of Medium Turquoise #2CCCDB
Tints of Medium Turquoise #2CCCDB
RGB
CMYK
RGB Variations
Color information
#2CCCDB (or 0x2CCCDB) is known color: Medium Turquoise. HEX triplet: 2C, CC and DB. RGB value is (44,204,219). Sum of RGB (Red+Green+Blue) = 44+204+219=467 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.42% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #2CCCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCCDB is #D33324. Grayscale: #9D9D9D. Windows color (decimal): -13841189 or 14404652. OLE color: 14404652.
HSL color Cylindrical-coordinate representation of color #2CCCDB: hue angle of 185.14º 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 #2CCCDB is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 204 | 219 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.14 |
| HSL | 185.14º | 0.71% | 0.52% | - |
| HSV(B) | 185.14º | 0.8% | 0.86% | - |
| XYZ | 35.42 | 48.84 | 74.58 | - |
| YUV | 157.87 | 162.49 | 46.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 204 | 219 | 0.80 | 0.07 | 0 | 0.14 | 185.14 | 0.71 | 0.52 |
| Hex | 2C | CC | DB | 50 | 7 | 0 | E | B9 | 47 | 34 |
| Octal | 54 | 314 | 333 | 120 | 7 | 0 | 16 | 271 | 107 | 64 |
| Binary | 101100 | 11001100 | 11011011 | 1010000 | 111 | 0 | 1110 | 10111001 | 1000111 | 110100 |
Color Harmonies of #2CCCDB
Complementary color
Monochromatic Colors of #2CCCDB
Black with #2CCCDB
Text Example
Text Example
White with #2CCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCCDB; }
p { color: rgb(44,204,219); }
H1.HeaderClassName
{
color: #2CCCDB;
}
.AnyTagClassName
{
color: #2CCCDB;
}
</style>
background-color css
<style>
a { background-color: #2CCCDB; }
a { background-color: rgb(44,204,219); }
div.DivClassName
{
background-color: #2CCCDB;
}
.BgClassName
{
background-color: #2CCCDB;
}
</style>
border-color css
<style>
span { border-color: #2CCCDB; }
span { border-color: rgb(44,204,219); }
td.TdClassName
{
border-color: #2CCCDB;
}
.TagClassName
{
border-color: #2CCCDB;
}
</style>