Shades of Medium Turquoise #3DCEC3
Tints of Medium Turquoise #3DCEC3
RGB
CMYK
RGB Variations
Color information
#3DCEC3 (or 0x3DCEC3) is known color: Medium Turquoise. HEX triplet: 3D, CE and C3. RGB value is (61,206,195). Sum of RGB (Red+Green+Blue) = 61+206+195=462 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.20% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #3DCEC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCEC3 is #C2313C. Grayscale: #A1A1A1. Windows color (decimal): -12726589 or 12832317. OLE color: 12832317.
HSL color Cylindrical-coordinate representation of color #3DCEC3: hue angle of 175.45º 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 #3DCEC3 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 206 | 195 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.19 |
| HSL | 175.45º | 0.6% | 0.52% | - |
| HSV(B) | 175.45º | 0.7% | 0.81% | - |
| XYZ | 33.85 | 49.07 | 59.32 | - |
| YUV | 161.39 | 146.96 | 56.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 206 | 195 | 0.70 | 0 | 0.05 | 0.19 | 175.45 | 0.6 | 0.52 |
| Hex | 3D | CE | C3 | 46 | 0 | 5 | 13 | AF | 3C | 34 |
| Octal | 75 | 316 | 303 | 106 | 0 | 5 | 23 | 257 | 74 | 64 |
| Binary | 111101 | 11001110 | 11000011 | 1000110 | 0 | 101 | 10011 | 10101111 | 111100 | 110100 |
Color Harmonies of #3DCEC3
Complementary color
Monochromatic Colors of #3DCEC3
Black with #3DCEC3
Text Example
Text Example
White with #3DCEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCEC3; }
p { color: rgb(61,206,195); }
H1.HeaderClassName
{
color: #3DCEC3;
}
.AnyTagClassName
{
color: #3DCEC3;
}
</style>
background-color css
<style>
a { background-color: #3DCEC3; }
a { background-color: rgb(61,206,195); }
div.DivClassName
{
background-color: #3DCEC3;
}
.BgClassName
{
background-color: #3DCEC3;
}
</style>
border-color css
<style>
span { border-color: #3DCEC3; }
span { border-color: rgb(61,206,195); }
td.TdClassName
{
border-color: #3DCEC3;
}
.TagClassName
{
border-color: #3DCEC3;
}
</style>