Shades of Medium Turquoise #3DCDC8
Tints of Medium Turquoise #3DCDC8
RGB
CMYK
RGB Variations
Color information
#3DCDC8 (or 0x3DCDC8) is known color: Medium Turquoise. HEX triplet: 3D, CD and C8. RGB value is (61,205,200). Sum of RGB (Red+Green+Blue) = 61+205+200=466 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.09% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCDC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCDC8 is #C23237. Grayscale: #A1A1A1. Windows color (decimal): -12726840 or 13159741. OLE color: 13159741.
HSL color Cylindrical-coordinate representation of color #3DCDC8: hue angle of 177.92º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCDC8 is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 205 | 200 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.20 |
| HSL | 177.92º | 0.59% | 0.52% | - |
| HSV(B) | 177.92º | 0.7% | 0.8% | - |
| XYZ | 34.18 | 48.82 | 62.27 | - |
| YUV | 161.37 | 149.79 | 56.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 200 | 0.70 | 0 | 0.02 | 0.20 | 177.92 | 0.59 | 0.52 |
| Hex | 3D | CD | C8 | 46 | 0 | 2 | 14 | B2 | 3B | 34 |
| Octal | 75 | 315 | 310 | 106 | 0 | 2 | 24 | 262 | 73 | 64 |
| Binary | 111101 | 11001101 | 11001000 | 1000110 | 0 | 10 | 10100 | 10110010 | 111011 | 110100 |
Color Harmonies of #3DCDC8
Complementary color
Monochromatic Colors of #3DCDC8
Black with #3DCDC8
Text Example
Text Example
White with #3DCDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCDC8; }
p { color: rgb(61,205,200); }
H1.HeaderClassName
{
color: #3DCDC8;
}
.AnyTagClassName
{
color: #3DCDC8;
}
</style>
background-color css
<style>
a { background-color: #3DCDC8; }
a { background-color: rgb(61,205,200); }
div.DivClassName
{
background-color: #3DCDC8;
}
.BgClassName
{
background-color: #3DCDC8;
}
</style>
border-color css
<style>
span { border-color: #3DCDC8; }
span { border-color: rgb(61,205,200); }
td.TdClassName
{
border-color: #3DCDC8;
}
.TagClassName
{
border-color: #3DCDC8;
}
</style>