Shades of Medium Turquoise #3DCCCC
Tints of Medium Turquoise #3DCCCC
RGB
CMYK
RGB Variations
Color information
#3DCCCC (or 0x3DCCCC) is known color: Medium Turquoise. HEX triplet: 3D, CC and CC. RGB value is (61,204,204). Sum of RGB (Red+Green+Blue) = 61+204+204=469 (62% of max value = 765). Red value is 61 (24.22% from 255 or 13.01% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #3DCCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCCCC is #C23333. Grayscale: #A1A1A1. Windows color (decimal): -12727092 or 13421629. OLE color: 13421629.
HSL color Cylindrical-coordinate representation of color #3DCCCC: hue angle of 180º 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 #3DCCCC is Cyan = 0.70, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 204 | 204 | - |
| CMYK | 0.70 | 0 | 0 | 0.2 |
| HSL | 180º | 0.58% | 0.52% | - |
| HSV(B) | 180º | 0.7% | 0.8% | - |
| XYZ | 34.42 | 48.54 | 64.68 | - |
| YUV | 161.24 | 152.12 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 204 | 204 | 0.70 | 0 | 0 | 0.2 | 180 | 0.58 | 0.52 |
| Hex | 3D | CC | CC | 46 | 0 | 0 | 14 | B4 | 3A | 34 |
| Octal | 75 | 314 | 314 | 106 | 0 | 0 | 24 | 264 | 72 | 64 |
| Binary | 111101 | 11001100 | 11001100 | 1000110 | 0 | 0 | 10100 | 10110100 | 111010 | 110100 |
Color Harmonies of #3DCCCC
Complementary color
Monochromatic Colors of #3DCCCC
Black with #3DCCCC
Text Example
Text Example
White with #3DCCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCCCC; }
p { color: rgb(61,204,204); }
H1.HeaderClassName
{
color: #3DCCCC;
}
.AnyTagClassName
{
color: #3DCCCC;
}
</style>
background-color css
<style>
a { background-color: #3DCCCC; }
a { background-color: rgb(61,204,204); }
div.DivClassName
{
background-color: #3DCCCC;
}
.BgClassName
{
background-color: #3DCCCC;
}
</style>
border-color css
<style>
span { border-color: #3DCCCC; }
span { border-color: rgb(61,204,204); }
td.TdClassName
{
border-color: #3DCCCC;
}
.TagClassName
{
border-color: #3DCCCC;
}
</style>