Shades of Medium Turquoise #3DCECC
Tints of Medium Turquoise #3DCECC
RGB
CMYK
RGB Variations
Color information
#3DCECC (or 0x3DCECC) is known color: Medium Turquoise. HEX triplet: 3D, CE and CC. RGB value is (61,206,204). Sum of RGB (Red+Green+Blue) = 61+206+204=471 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.95% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 206 - color contains mainly: green. Hex color #3DCECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCECC is #C23133. Grayscale: #A2A2A2. Windows color (decimal): -12726580 or 13422141. OLE color: 13422141.
HSL color Cylindrical-coordinate representation of color #3DCECC: hue angle of 179.17º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCECC is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 206 | 204 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.19 |
| HSL | 179.17º | 0.6% | 0.52% | - |
| HSV(B) | 179.17º | 0.7% | 0.81% | - |
| XYZ | 34.89 | 49.49 | 64.84 | - |
| YUV | 162.42 | 151.46 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 206 | 204 | 0.70 | 0 | 0.01 | 0.19 | 179.17 | 0.6 | 0.52 |
| Hex | 3D | CE | CC | 46 | 0 | 1 | 13 | B3 | 3C | 34 |
| Octal | 75 | 316 | 314 | 106 | 0 | 1 | 23 | 263 | 74 | 64 |
| Binary | 111101 | 11001110 | 11001100 | 1000110 | 0 | 1 | 10011 | 10110011 | 111100 | 110100 |
Color Harmonies of #3DCECC
Complementary color
Monochromatic Colors of #3DCECC
Black with #3DCECC
Text Example
Text Example
White with #3DCECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCECC; }
p { color: rgb(61,206,204); }
H1.HeaderClassName
{
color: #3DCECC;
}
.AnyTagClassName
{
color: #3DCECC;
}
</style>
background-color css
<style>
a { background-color: #3DCECC; }
a { background-color: rgb(61,206,204); }
div.DivClassName
{
background-color: #3DCECC;
}
.BgClassName
{
background-color: #3DCECC;
}
</style>
border-color css
<style>
span { border-color: #3DCECC; }
span { border-color: rgb(61,206,204); }
td.TdClassName
{
border-color: #3DCECC;
}
.TagClassName
{
border-color: #3DCECC;
}
</style>