Shades of Medium Turquoise #3DD2CE
Tints of Medium Turquoise #3DD2CE
RGB
CMYK
RGB Variations
Color information
#3DD2CE (or 0x3DD2CE) is known color: Medium Turquoise. HEX triplet: 3D, D2 and CE. RGB value is (61,210,206). Sum of RGB (Red+Green+Blue) = 61+210+206=477 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.79% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 210 - color contains mainly: green. Hex color #3DD2CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD2CE is #C22D31. Grayscale: #A4A4A4. Windows color (decimal): -12725554 or 13554237. OLE color: 13554237.
HSL color Cylindrical-coordinate representation of color #3DD2CE: hue angle of 178.39º 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 #3DD2CE is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 210 | 206 | - |
| CMYK | 0.71 | 0 | 0.02 | 0.18 |
| HSL | 178.39º | 0.62% | 0.53% | - |
| HSV(B) | 178.39º | 0.71% | 0.82% | - |
| XYZ | 36.11 | 51.54 | 66.44 | - |
| YUV | 164.99 | 151.14 | 53.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 210 | 206 | 0.71 | 0 | 0.02 | 0.18 | 178.39 | 0.62 | 0.53 |
| Hex | 3D | D2 | CE | 47 | 0 | 2 | 12 | B2 | 3E | 35 |
| Octal | 75 | 322 | 316 | 107 | 0 | 2 | 22 | 262 | 76 | 65 |
| Binary | 111101 | 11010010 | 11001110 | 1000111 | 0 | 10 | 10010 | 10110010 | 111110 | 110101 |
Color Harmonies of #3DD2CE
Complementary color
Monochromatic Colors of #3DD2CE
Black with #3DD2CE
Text Example
Text Example
White with #3DD2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD2CE; }
p { color: rgb(61,210,206); }
H1.HeaderClassName
{
color: #3DD2CE;
}
.AnyTagClassName
{
color: #3DD2CE;
}
</style>
background-color css
<style>
a { background-color: #3DD2CE; }
a { background-color: rgb(61,210,206); }
div.DivClassName
{
background-color: #3DD2CE;
}
.BgClassName
{
background-color: #3DD2CE;
}
</style>
border-color css
<style>
span { border-color: #3DD2CE; }
span { border-color: rgb(61,210,206); }
td.TdClassName
{
border-color: #3DD2CE;
}
.TagClassName
{
border-color: #3DD2CE;
}
</style>