Shades of Medium Turquoise #3DCAC0
Tints of Medium Turquoise #3DCAC0
RGB
CMYK
RGB Variations
Color information
#3DCAC0 (or 0x3DCAC0) is known color: Medium Turquoise. HEX triplet: 3D, CA and C0. RGB value is (61,202,192). Sum of RGB (Red+Green+Blue) = 61+202+192=455 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.41% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #3DCAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCAC0 is #C2353F. Grayscale: #9E9E9E. Windows color (decimal): -12727616 or 12634685. OLE color: 12634685.
HSL color Cylindrical-coordinate representation of color #3DCAC0: hue angle of 175.74º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCAC0 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 202 | 192 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.21 |
| HSL | 175.74º | 0.57% | 0.52% | - |
| HSV(B) | 175.74º | 0.7% | 0.79% | - |
| XYZ | 32.56 | 47.04 | 57.23 | - |
| YUV | 158.7 | 146.79 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 202 | 192 | 0.70 | 0 | 0.05 | 0.21 | 175.74 | 0.57 | 0.52 |
| Hex | 3D | CA | C0 | 46 | 0 | 5 | 15 | B0 | 39 | 34 |
| Octal | 75 | 312 | 300 | 106 | 0 | 5 | 25 | 260 | 71 | 64 |
| Binary | 111101 | 11001010 | 11000000 | 1000110 | 0 | 101 | 10101 | 10110000 | 111001 | 110100 |
Color Harmonies of #3DCAC0
Complementary color
Monochromatic Colors of #3DCAC0
Black with #3DCAC0
Text Example
Text Example
White with #3DCAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCAC0; }
p { color: rgb(61,202,192); }
H1.HeaderClassName
{
color: #3DCAC0;
}
.AnyTagClassName
{
color: #3DCAC0;
}
</style>
background-color css
<style>
a { background-color: #3DCAC0; }
a { background-color: rgb(61,202,192); }
div.DivClassName
{
background-color: #3DCAC0;
}
.BgClassName
{
background-color: #3DCAC0;
}
</style>
border-color css
<style>
span { border-color: #3DCAC0; }
span { border-color: rgb(61,202,192); }
td.TdClassName
{
border-color: #3DCAC0;
}
.TagClassName
{
border-color: #3DCAC0;
}
</style>