Shades of Medium Turquoise #3DCCBC
Tints of Medium Turquoise #3DCCBC
RGB
CMYK
RGB Variations
Color information
#3DCCBC (or 0x3DCCBC) is known color: Medium Turquoise. HEX triplet: 3D, CC and BC. RGB value is (61,204,188). Sum of RGB (Red+Green+Blue) = 61+204+188=453 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.47% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #3DCCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCCBC is #C23343. Grayscale: #9F9F9F. Windows color (decimal): -12727108 or 12373053. OLE color: 12373053.
HSL color Cylindrical-coordinate representation of color #3DCCBC: hue angle of 173.29º 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 #3DCCBC is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 204 | 188 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.2 |
| HSL | 173.29º | 0.58% | 0.52% | - |
| HSV(B) | 173.29º | 0.7% | 0.8% | - |
| XYZ | 32.59 | 47.81 | 55.09 | - |
| YUV | 159.42 | 144.12 | 57.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 204 | 188 | 0.70 | 0 | 0.08 | 0.2 | 173.29 | 0.58 | 0.52 |
| Hex | 3D | CC | BC | 46 | 0 | 8 | 14 | AD | 3A | 34 |
| Octal | 75 | 314 | 274 | 106 | 0 | 10 | 24 | 255 | 72 | 64 |
| Binary | 111101 | 11001100 | 10111100 | 1000110 | 0 | 1000 | 10100 | 10101101 | 111010 | 110100 |
Color Harmonies of #3DCCBC
Complementary color
Monochromatic Colors of #3DCCBC
Black with #3DCCBC
Text Example
Text Example
White with #3DCCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCCBC; }
p { color: rgb(61,204,188); }
H1.HeaderClassName
{
color: #3DCCBC;
}
.AnyTagClassName
{
color: #3DCCBC;
}
</style>
background-color css
<style>
a { background-color: #3DCCBC; }
a { background-color: rgb(61,204,188); }
div.DivClassName
{
background-color: #3DCCBC;
}
.BgClassName
{
background-color: #3DCCBC;
}
</style>
border-color css
<style>
span { border-color: #3DCCBC; }
span { border-color: rgb(61,204,188); }
td.TdClassName
{
border-color: #3DCCBC;
}
.TagClassName
{
border-color: #3DCCBC;
}
</style>