Shades of Medium Turquoise #3DCDCF
Tints of Medium Turquoise #3DCDCF
RGB
CMYK
RGB Variations
Color information
#3DCDCF (or 0x3DCDCF) is known color: Medium Turquoise. HEX triplet: 3D, CD and CF. RGB value is (61,205,207). Sum of RGB (Red+Green+Blue) = 61+205+207=473 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.90% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #3DCDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCDCF is #C23230. Grayscale: #A2A2A2. Windows color (decimal): -12726833 or 13618493. OLE color: 13618493.
HSL color Cylindrical-coordinate representation of color #3DCDCF: hue angle of 180.82º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DCDCF is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 205 | 207 | - |
| CMYK | 0.71 | 0.01 | 0 | 0.19 |
| HSL | 180.82º | 0.6% | 0.53% | - |
| HSV(B) | 180.82º | 0.71% | 0.81% | - |
| XYZ | 35.02 | 49.16 | 66.67 | - |
| YUV | 162.17 | 153.29 | 55.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 207 | 0.71 | 0.01 | 0 | 0.19 | 180.82 | 0.6 | 0.53 |
| Hex | 3D | CD | CF | 47 | 1 | 0 | 13 | B5 | 3C | 35 |
| Octal | 75 | 315 | 317 | 107 | 1 | 0 | 23 | 265 | 74 | 65 |
| Binary | 111101 | 11001101 | 11001111 | 1000111 | 1 | 0 | 10011 | 10110101 | 111100 | 110101 |
Color Harmonies of #3DCDCF
Complementary color
Monochromatic Colors of #3DCDCF
Black with #3DCDCF
Text Example
Text Example
White with #3DCDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCDCF; }
p { color: rgb(61,205,207); }
H1.HeaderClassName
{
color: #3DCDCF;
}
.AnyTagClassName
{
color: #3DCDCF;
}
</style>
background-color css
<style>
a { background-color: #3DCDCF; }
a { background-color: rgb(61,205,207); }
div.DivClassName
{
background-color: #3DCDCF;
}
.BgClassName
{
background-color: #3DCDCF;
}
</style>
border-color css
<style>
span { border-color: #3DCDCF; }
span { border-color: rgb(61,205,207); }
td.TdClassName
{
border-color: #3DCDCF;
}
.TagClassName
{
border-color: #3DCDCF;
}
</style>