Shades of Medium Turquoise #2DCCCD
Tints of Medium Turquoise #2DCCCD
RGB
CMYK
RGB Variations
Color information
#2DCCCD (or 0x2DCCCD) is known color: Medium Turquoise. HEX triplet: 2D, CC and CD. RGB value is (45,204,205). Sum of RGB (Red+Green+Blue) = 45+204+205=454 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.91% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #2DCCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCCCD is #D23332. Grayscale: #9C9C9C. Windows color (decimal): -13775667 or 13487149. OLE color: 13487149.
HSL color Cylindrical-coordinate representation of color #2DCCCD: hue angle of 180.38º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCCCD is Cyan = 0.78, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 204 | 205 | - |
| CMYK | 0.78 | 0.00 | 0 | 0.20 |
| HSL | 180.38º | 0.64% | 0.49% | - |
| HSV(B) | 180.38º | 0.78% | 0.8% | - |
| XYZ | 33.69 | 48.15 | 65.28 | - |
| YUV | 156.57 | 155.32 | 48.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 204 | 205 | 0.78 | 0.00 | 0 | 0.20 | 180.38 | 0.64 | 0.49 |
| Hex | 2D | CC | CD | 4E | 0 | 0 | 14 | B4 | 40 | 31 |
| Octal | 55 | 314 | 315 | 116 | 0 | 0 | 24 | 264 | 100 | 61 |
| Binary | 101101 | 11001100 | 11001101 | 1001110 | 0 | 0 | 10100 | 10110100 | 1000000 | 110001 |
Color Harmonies of #2DCCCD
Complementary color
Monochromatic Colors of #2DCCCD
Black with #2DCCCD
Text Example
Text Example
White with #2DCCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCCCD; }
p { color: rgb(45,204,205); }
H1.HeaderClassName
{
color: #2DCCCD;
}
.AnyTagClassName
{
color: #2DCCCD;
}
</style>
background-color css
<style>
a { background-color: #2DCCCD; }
a { background-color: rgb(45,204,205); }
div.DivClassName
{
background-color: #2DCCCD;
}
.BgClassName
{
background-color: #2DCCCD;
}
</style>
border-color css
<style>
span { border-color: #2DCCCD; }
span { border-color: rgb(45,204,205); }
td.TdClassName
{
border-color: #2DCCCD;
}
.TagClassName
{
border-color: #2DCCCD;
}
</style>