Shades of Medium Turquoise #3DCEDC
Tints of Medium Turquoise #3DCEDC
RGB
CMYK
RGB Variations
Color information
#3DCEDC (or 0x3DCEDC) is known color: Medium Turquoise. HEX triplet: 3D, CE and DC. RGB value is (61,206,220). Sum of RGB (Red+Green+Blue) = 61+206+220=487 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.53% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #3DCEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCEDC is #C23123. Grayscale: #A4A4A4. Windows color (decimal): -12726564 or 14470717. OLE color: 14470717.
HSL color Cylindrical-coordinate representation of color #3DCEDC: hue angle of 185.28º 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 #3DCEDC is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 206 | 220 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.14 |
| HSL | 185.28º | 0.69% | 0.55% | - |
| HSV(B) | 185.28º | 0.72% | 0.86% | - |
| XYZ | 36.91 | 50.3 | 75.47 | - |
| YUV | 164.24 | 159.46 | 54.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 206 | 220 | 0.72 | 0.06 | 0 | 0.14 | 185.28 | 0.69 | 0.55 |
| Hex | 3D | CE | DC | 48 | 6 | 0 | E | B9 | 45 | 37 |
| Octal | 75 | 316 | 334 | 110 | 6 | 0 | 16 | 271 | 105 | 67 |
| Binary | 111101 | 11001110 | 11011100 | 1001000 | 110 | 0 | 1110 | 10111001 | 1000101 | 110111 |
Color Harmonies of #3DCEDC
Complementary color
Monochromatic Colors of #3DCEDC
Black with #3DCEDC
Text Example
Text Example
White with #3DCEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCEDC; }
p { color: rgb(61,206,220); }
H1.HeaderClassName
{
color: #3DCEDC;
}
.AnyTagClassName
{
color: #3DCEDC;
}
</style>
background-color css
<style>
a { background-color: #3DCEDC; }
a { background-color: rgb(61,206,220); }
div.DivClassName
{
background-color: #3DCEDC;
}
.BgClassName
{
background-color: #3DCEDC;
}
</style>
border-color css
<style>
span { border-color: #3DCEDC; }
span { border-color: rgb(61,206,220); }
td.TdClassName
{
border-color: #3DCEDC;
}
.TagClassName
{
border-color: #3DCEDC;
}
</style>