Shades of Medium Turquoise #3DD2CF
Tints of Medium Turquoise #3DD2CF
RGB
CMYK
RGB Variations
Color information
#3DD2CF (or 0x3DD2CF) is known color: Medium Turquoise. HEX triplet: 3D, D2 and CF. RGB value is (61,210,207). Sum of RGB (Red+Green+Blue) = 61+210+207=478 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.76% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #3DD2CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD2CF is #C22D30. Grayscale: #A4A4A4. Windows color (decimal): -12725553 or 13619773. OLE color: 13619773.
HSL color Cylindrical-coordinate representation of color #3DD2CF: hue angle of 178.79º 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 #3DD2CF is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 210 | 207 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.18 |
| HSL | 178.79º | 0.62% | 0.53% | - |
| HSV(B) | 178.79º | 0.71% | 0.82% | - |
| XYZ | 36.23 | 51.59 | 67.08 | - |
| YUV | 165.11 | 151.64 | 53.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 210 | 207 | 0.71 | 0 | 0.01 | 0.18 | 178.79 | 0.62 | 0.53 |
| Hex | 3D | D2 | CF | 47 | 0 | 1 | 12 | B3 | 3E | 35 |
| Octal | 75 | 322 | 317 | 107 | 0 | 1 | 22 | 263 | 76 | 65 |
| Binary | 111101 | 11010010 | 11001111 | 1000111 | 0 | 1 | 10010 | 10110011 | 111110 | 110101 |
Color Harmonies of #3DD2CF
Complementary color
Monochromatic Colors of #3DD2CF
Black with #3DD2CF
Text Example
Text Example
White with #3DD2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD2CF; }
p { color: rgb(61,210,207); }
H1.HeaderClassName
{
color: #3DD2CF;
}
.AnyTagClassName
{
color: #3DD2CF;
}
</style>
background-color css
<style>
a { background-color: #3DD2CF; }
a { background-color: rgb(61,210,207); }
div.DivClassName
{
background-color: #3DD2CF;
}
.BgClassName
{
background-color: #3DD2CF;
}
</style>
border-color css
<style>
span { border-color: #3DD2CF; }
span { border-color: rgb(61,210,207); }
td.TdClassName
{
border-color: #3DD2CF;
}
.TagClassName
{
border-color: #3DD2CF;
}
</style>