Shades of Medium Turquoise #3DCEC4
Tints of Medium Turquoise #3DCEC4
RGB
CMYK
RGB Variations
Color information
#3DCEC4 (or 0x3DCEC4) is known color: Medium Turquoise. HEX triplet: 3D, CE and C4. RGB value is (61,206,196). Sum of RGB (Red+Green+Blue) = 61+206+196=463 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.17% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 196 (76.95% from 255 or 42.33% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #3DCEC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCEC4 is #C2313B. Grayscale: #A1A1A1. Windows color (decimal): -12726588 or 12897853. OLE color: 12897853.
HSL color Cylindrical-coordinate representation of color #3DCEC4: hue angle of 175.86º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCEC4 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 206 | 196 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.19 |
| HSL | 175.86º | 0.6% | 0.52% | - |
| HSV(B) | 175.86º | 0.7% | 0.81% | - |
| XYZ | 33.96 | 49.12 | 59.92 | - |
| YUV | 161.51 | 147.46 | 56.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 206 | 196 | 0.70 | 0 | 0.05 | 0.19 | 175.86 | 0.6 | 0.52 |
| Hex | 3D | CE | C4 | 46 | 0 | 5 | 13 | B0 | 3C | 34 |
| Octal | 75 | 316 | 304 | 106 | 0 | 5 | 23 | 260 | 74 | 64 |
| Binary | 111101 | 11001110 | 11000100 | 1000110 | 0 | 101 | 10011 | 10110000 | 111100 | 110100 |
Color Harmonies of #3DCEC4
Complementary color
Monochromatic Colors of #3DCEC4
Black with #3DCEC4
Text Example
Text Example
White with #3DCEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCEC4; }
p { color: rgb(61,206,196); }
H1.HeaderClassName
{
color: #3DCEC4;
}
.AnyTagClassName
{
color: #3DCEC4;
}
</style>
background-color css
<style>
a { background-color: #3DCEC4; }
a { background-color: rgb(61,206,196); }
div.DivClassName
{
background-color: #3DCEC4;
}
.BgClassName
{
background-color: #3DCEC4;
}
</style>
border-color css
<style>
span { border-color: #3DCEC4; }
span { border-color: rgb(61,206,196); }
td.TdClassName
{
border-color: #3DCEC4;
}
.TagClassName
{
border-color: #3DCEC4;
}
</style>