Shades of Medium Turquoise #3DCCD0
Tints of Medium Turquoise #3DCCD0
RGB
CMYK
RGB Variations
Color information
#3DCCD0 (or 0x3DCCD0) is known color: Medium Turquoise. HEX triplet: 3D, CC and D0. RGB value is (61,204,208). Sum of RGB (Red+Green+Blue) = 61+204+208=473 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.90% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 208 - color contains mainly: blue. Hex color #3DCCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCCD0 is #C2332F. Grayscale: #A1A1A1. Windows color (decimal): -12727088 or 13683773. OLE color: 13683773.
HSL color Cylindrical-coordinate representation of color #3DCCD0: hue angle of 181.63º degrees, saturation: 0.61, 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 #3DCCD0 is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 204 | 208 | - |
| CMYK | 0.71 | 0.02 | 0 | 0.18 |
| HSL | 181.63º | 0.61% | 0.53% | - |
| HSV(B) | 181.63º | 0.71% | 0.82% | - |
| XYZ | 34.9 | 48.73 | 67.24 | - |
| YUV | 161.7 | 154.12 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 204 | 208 | 0.71 | 0.02 | 0 | 0.18 | 181.63 | 0.61 | 0.53 |
| Hex | 3D | CC | D0 | 47 | 2 | 0 | 12 | B6 | 3D | 35 |
| Octal | 75 | 314 | 320 | 107 | 2 | 0 | 22 | 266 | 75 | 65 |
| Binary | 111101 | 11001100 | 11010000 | 1000111 | 10 | 0 | 10010 | 10110110 | 111101 | 110101 |
Color Harmonies of #3DCCD0
Complementary color
Monochromatic Colors of #3DCCD0
Black with #3DCCD0
Text Example
Text Example
White with #3DCCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCCD0; }
p { color: rgb(61,204,208); }
H1.HeaderClassName
{
color: #3DCCD0;
}
.AnyTagClassName
{
color: #3DCCD0;
}
</style>
background-color css
<style>
a { background-color: #3DCCD0; }
a { background-color: rgb(61,204,208); }
div.DivClassName
{
background-color: #3DCCD0;
}
.BgClassName
{
background-color: #3DCCD0;
}
</style>
border-color css
<style>
span { border-color: #3DCCD0; }
span { border-color: rgb(61,204,208); }
td.TdClassName
{
border-color: #3DCCD0;
}
.TagClassName
{
border-color: #3DCCD0;
}
</style>