Shades of Medium Turquoise #3DD2CC
Tints of Medium Turquoise #3DD2CC
RGB
CMYK
RGB Variations
Color information
#3DD2CC (or 0x3DD2CC) is known color: Medium Turquoise. HEX triplet: 3D, D2 and CC. RGB value is (61,210,204). Sum of RGB (Red+Green+Blue) = 61+210+204=475 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.84% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #3DD2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD2CC is #C22D33. Grayscale: #A4A4A4. Windows color (decimal): -12725556 or 13423165. OLE color: 13423165.
HSL color Cylindrical-coordinate representation of color #3DD2CC: hue angle of 177.58º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD2CC is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 210 | 204 | - |
| CMYK | 0.71 | 0 | 0.03 | 0.18 |
| HSL | 177.58º | 0.62% | 0.53% | - |
| HSV(B) | 177.58º | 0.71% | 0.82% | - |
| XYZ | 35.87 | 51.44 | 65.17 | - |
| YUV | 164.77 | 150.14 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 210 | 204 | 0.71 | 0 | 0.03 | 0.18 | 177.58 | 0.62 | 0.53 |
| Hex | 3D | D2 | CC | 47 | 0 | 3 | 12 | B2 | 3E | 35 |
| Octal | 75 | 322 | 314 | 107 | 0 | 3 | 22 | 262 | 76 | 65 |
| Binary | 111101 | 11010010 | 11001100 | 1000111 | 0 | 11 | 10010 | 10110010 | 111110 | 110101 |
Color Harmonies of #3DD2CC
Complementary color
Monochromatic Colors of #3DD2CC
Black with #3DD2CC
Text Example
Text Example
White with #3DD2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD2CC; }
p { color: rgb(61,210,204); }
H1.HeaderClassName
{
color: #3DD2CC;
}
.AnyTagClassName
{
color: #3DD2CC;
}
</style>
background-color css
<style>
a { background-color: #3DD2CC; }
a { background-color: rgb(61,210,204); }
div.DivClassName
{
background-color: #3DD2CC;
}
.BgClassName
{
background-color: #3DD2CC;
}
</style>
border-color css
<style>
span { border-color: #3DD2CC; }
span { border-color: rgb(61,210,204); }
td.TdClassName
{
border-color: #3DD2CC;
}
.TagClassName
{
border-color: #3DD2CC;
}
</style>