Shades of Medium Turquoise #3DCBC0
Tints of Medium Turquoise #3DCBC0
RGB
CMYK
RGB Variations
Color information
#3DCBC0 (or 0x3DCBC0) is known color: Medium Turquoise. HEX triplet: 3D, CB and C0. RGB value is (61,203,192). Sum of RGB (Red+Green+Blue) = 61+203+192=456 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.38% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #3DCBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCBC0 is #C2343F. Grayscale: #9F9F9F. Windows color (decimal): -12727360 or 12634941. OLE color: 12634941.
HSL color Cylindrical-coordinate representation of color #3DCBC0: hue angle of 175.35º degrees, saturation: 0.58, 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 #3DCBC0 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 203 | 192 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.20 |
| HSL | 175.35º | 0.58% | 0.52% | - |
| HSV(B) | 175.35º | 0.7% | 0.8% | - |
| XYZ | 32.79 | 47.51 | 57.31 | - |
| YUV | 159.29 | 146.46 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 203 | 192 | 0.70 | 0 | 0.05 | 0.20 | 175.35 | 0.58 | 0.52 |
| Hex | 3D | CB | C0 | 46 | 0 | 5 | 14 | AF | 3A | 34 |
| Octal | 75 | 313 | 300 | 106 | 0 | 5 | 24 | 257 | 72 | 64 |
| Binary | 111101 | 11001011 | 11000000 | 1000110 | 0 | 101 | 10100 | 10101111 | 111010 | 110100 |
Color Harmonies of #3DCBC0
Complementary color
Monochromatic Colors of #3DCBC0
Black with #3DCBC0
Text Example
Text Example
White with #3DCBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCBC0; }
p { color: rgb(61,203,192); }
H1.HeaderClassName
{
color: #3DCBC0;
}
.AnyTagClassName
{
color: #3DCBC0;
}
</style>
background-color css
<style>
a { background-color: #3DCBC0; }
a { background-color: rgb(61,203,192); }
div.DivClassName
{
background-color: #3DCBC0;
}
.BgClassName
{
background-color: #3DCBC0;
}
</style>
border-color css
<style>
span { border-color: #3DCBC0; }
span { border-color: rgb(61,203,192); }
td.TdClassName
{
border-color: #3DCBC0;
}
.TagClassName
{
border-color: #3DCBC0;
}
</style>