Shades of Medium Turquoise #3DCDDC
Tints of Medium Turquoise #3DCDDC
RGB
CMYK
RGB Variations
Color information
#3DCDDC (or 0x3DCDDC) is known color: Medium Turquoise. HEX triplet: 3D, CD and DC. RGB value is (61,205,220). Sum of RGB (Red+Green+Blue) = 61+205+220=486 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.55% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #3DCDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCDDC is #C23223. Grayscale: #A3A3A3. Windows color (decimal): -12726820 or 14470461. OLE color: 14470461.
HSL color Cylindrical-coordinate representation of color #3DCDDC: hue angle of 185.66º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DCDDC is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 205 | 220 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.14 |
| HSL | 185.66º | 0.69% | 0.55% | - |
| HSV(B) | 185.66º | 0.72% | 0.86% | - |
| XYZ | 36.67 | 49.82 | 75.39 | - |
| YUV | 163.65 | 159.79 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 220 | 0.72 | 0.07 | 0 | 0.14 | 185.66 | 0.69 | 0.55 |
| Hex | 3D | CD | DC | 48 | 7 | 0 | E | BA | 45 | 37 |
| Octal | 75 | 315 | 334 | 110 | 7 | 0 | 16 | 272 | 105 | 67 |
| Binary | 111101 | 11001101 | 11011100 | 1001000 | 111 | 0 | 1110 | 10111010 | 1000101 | 110111 |
Color Harmonies of #3DCDDC
Complementary color
Monochromatic Colors of #3DCDDC
Black with #3DCDDC
Text Example
Text Example
White with #3DCDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCDDC; }
p { color: rgb(61,205,220); }
H1.HeaderClassName
{
color: #3DCDDC;
}
.AnyTagClassName
{
color: #3DCDDC;
}
</style>
background-color css
<style>
a { background-color: #3DCDDC; }
a { background-color: rgb(61,205,220); }
div.DivClassName
{
background-color: #3DCDDC;
}
.BgClassName
{
background-color: #3DCDDC;
}
</style>
border-color css
<style>
span { border-color: #3DCDDC; }
span { border-color: rgb(61,205,220); }
td.TdClassName
{
border-color: #3DCDDC;
}
.TagClassName
{
border-color: #3DCDDC;
}
</style>