Shades of Medium Turquoise #2DCCCE
Tints of Medium Turquoise #2DCCCE
RGB
CMYK
RGB Variations
Color information
#2DCCCE (or 0x2DCCCE) is known color: Medium Turquoise. HEX triplet: 2D, CC and CE. RGB value is (45,204,206). Sum of RGB (Red+Green+Blue) = 45+204+206=455 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.89% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #2DCCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCCCE is #D23331. Grayscale: #9C9C9C. Windows color (decimal): -13775666 or 13552685. OLE color: 13552685.
HSL color Cylindrical-coordinate representation of color #2DCCCE: hue angle of 180.75º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCCCE is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 204 | 206 | - |
| CMYK | 0.78 | 0.01 | 0 | 0.19 |
| HSL | 180.75º | 0.64% | 0.49% | - |
| HSV(B) | 180.75º | 0.78% | 0.81% | - |
| XYZ | 33.82 | 48.2 | 65.91 | - |
| YUV | 156.69 | 155.82 | 48.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 204 | 206 | 0.78 | 0.01 | 0 | 0.19 | 180.75 | 0.64 | 0.49 |
| Hex | 2D | CC | CE | 4E | 1 | 0 | 13 | B5 | 40 | 31 |
| Octal | 55 | 314 | 316 | 116 | 1 | 0 | 23 | 265 | 100 | 61 |
| Binary | 101101 | 11001100 | 11001110 | 1001110 | 1 | 0 | 10011 | 10110101 | 1000000 | 110001 |
Color Harmonies of #2DCCCE
Complementary color
Monochromatic Colors of #2DCCCE
Black with #2DCCCE
Text Example
Text Example
White with #2DCCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCCCE; }
p { color: rgb(45,204,206); }
H1.HeaderClassName
{
color: #2DCCCE;
}
.AnyTagClassName
{
color: #2DCCCE;
}
</style>
background-color css
<style>
a { background-color: #2DCCCE; }
a { background-color: rgb(45,204,206); }
div.DivClassName
{
background-color: #2DCCCE;
}
.BgClassName
{
background-color: #2DCCCE;
}
</style>
border-color css
<style>
span { border-color: #2DCCCE; }
span { border-color: rgb(45,204,206); }
td.TdClassName
{
border-color: #2DCCCE;
}
.TagClassName
{
border-color: #2DCCCE;
}
</style>