Shades of Medium Turquoise #3DCEC2
Tints of Medium Turquoise #3DCEC2
RGB
CMYK
RGB Variations
Color information
#3DCEC2 (or 0x3DCEC2) is known color: Medium Turquoise. HEX triplet: 3D, CE and C2. RGB value is (61,206,194). Sum of RGB (Red+Green+Blue) = 61+206+194=461 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.23% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #3DCEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCEC2 is #C2313D. Grayscale: #A1A1A1. Windows color (decimal): -12726590 or 12766781. OLE color: 12766781.
HSL color Cylindrical-coordinate representation of color #3DCEC2: hue angle of 175.03º 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 #3DCEC2 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 206 | 194 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.19 |
| HSL | 175.03º | 0.6% | 0.52% | - |
| HSV(B) | 175.03º | 0.7% | 0.81% | - |
| XYZ | 33.73 | 49.03 | 58.72 | - |
| YUV | 161.28 | 146.46 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 206 | 194 | 0.70 | 0 | 0.06 | 0.19 | 175.03 | 0.6 | 0.52 |
| Hex | 3D | CE | C2 | 46 | 0 | 6 | 13 | AF | 3C | 34 |
| Octal | 75 | 316 | 302 | 106 | 0 | 6 | 23 | 257 | 74 | 64 |
| Binary | 111101 | 11001110 | 11000010 | 1000110 | 0 | 110 | 10011 | 10101111 | 111100 | 110100 |
Color Harmonies of #3DCEC2
Complementary color
Monochromatic Colors of #3DCEC2
Black with #3DCEC2
Text Example
Text Example
White with #3DCEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCEC2; }
p { color: rgb(61,206,194); }
H1.HeaderClassName
{
color: #3DCEC2;
}
.AnyTagClassName
{
color: #3DCEC2;
}
</style>
background-color css
<style>
a { background-color: #3DCEC2; }
a { background-color: rgb(61,206,194); }
div.DivClassName
{
background-color: #3DCEC2;
}
.BgClassName
{
background-color: #3DCEC2;
}
</style>
border-color css
<style>
span { border-color: #3DCEC2; }
span { border-color: rgb(61,206,194); }
td.TdClassName
{
border-color: #3DCEC2;
}
.TagClassName
{
border-color: #3DCEC2;
}
</style>