Shades of Medium Turquoise #2DCCDB
Tints of Medium Turquoise #2DCCDB
RGB
CMYK
RGB Variations
Color information
#2DCCDB (or 0x2DCCDB) is known color: Medium Turquoise. HEX triplet: 2D, CC and DB. RGB value is (45,204,219). Sum of RGB (Red+Green+Blue) = 45+204+219=468 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.62% from 468); Green value is 204 (80.08% from 255 or 43.59% 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 #2DCCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCCDB is #D23324. Grayscale: #9D9D9D. Windows color (decimal): -13775653 or 14404653. OLE color: 14404653.
HSL color Cylindrical-coordinate representation of color #2DCCDB: hue angle of 185.17º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DCCDB is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 204 | 219 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.14 |
| HSL | 185.17º | 0.71% | 0.52% | - |
| HSV(B) | 185.17º | 0.79% | 0.86% | - |
| XYZ | 35.46 | 48.86 | 74.58 | - |
| YUV | 158.17 | 162.32 | 47.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 204 | 219 | 0.79 | 0.07 | 0 | 0.14 | 185.17 | 0.71 | 0.52 |
| Hex | 2D | CC | DB | 4F | 7 | 0 | E | B9 | 47 | 34 |
| Octal | 55 | 314 | 333 | 117 | 7 | 0 | 16 | 271 | 107 | 64 |
| Binary | 101101 | 11001100 | 11011011 | 1001111 | 111 | 0 | 1110 | 10111001 | 1000111 | 110100 |
Color Harmonies of #2DCCDB
Complementary color
Monochromatic Colors of #2DCCDB
Black with #2DCCDB
Text Example
Text Example
White with #2DCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCCDB; }
p { color: rgb(45,204,219); }
H1.HeaderClassName
{
color: #2DCCDB;
}
.AnyTagClassName
{
color: #2DCCDB;
}
</style>
background-color css
<style>
a { background-color: #2DCCDB; }
a { background-color: rgb(45,204,219); }
div.DivClassName
{
background-color: #2DCCDB;
}
.BgClassName
{
background-color: #2DCCDB;
}
</style>
border-color css
<style>
span { border-color: #2DCCDB; }
span { border-color: rgb(45,204,219); }
td.TdClassName
{
border-color: #2DCCDB;
}
.TagClassName
{
border-color: #2DCCDB;
}
</style>