Shades of Medium Turquoise #3CCDC6
Tints of Medium Turquoise #3CCDC6
RGB
CMYK
RGB Variations
Color information
#3CCDC6 (or 0x3CCDC6) is known color: Medium Turquoise. HEX triplet: 3C, CD and C6. RGB value is (60,205,198). Sum of RGB (Red+Green+Blue) = 60+205+198=463 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.96% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 205 - color contains mainly: green. Hex color #3CCDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCDC6 is #C33239. Grayscale: #A0A0A0. Windows color (decimal): -12792378 or 13028668. OLE color: 13028668.
HSL color Cylindrical-coordinate representation of color #3CCDC6: hue angle of 177.1º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCDC6 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 205 | 198 | - |
| CMYK | 0.71 | 0 | 0.03 | 0.20 |
| HSL | 177.1º | 0.59% | 0.52% | - |
| HSV(B) | 177.1º | 0.71% | 0.8% | - |
| XYZ | 33.89 | 48.7 | 61.04 | - |
| YUV | 160.85 | 148.96 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 205 | 198 | 0.71 | 0 | 0.03 | 0.20 | 177.1 | 0.59 | 0.52 |
| Hex | 3C | CD | C6 | 47 | 0 | 3 | 14 | B1 | 3B | 34 |
| Octal | 74 | 315 | 306 | 107 | 0 | 3 | 24 | 261 | 73 | 64 |
| Binary | 111100 | 11001101 | 11000110 | 1000111 | 0 | 11 | 10100 | 10110001 | 111011 | 110100 |
Color Harmonies of #3CCDC6
Complementary color
Monochromatic Colors of #3CCDC6
Black with #3CCDC6
Text Example
Text Example
White with #3CCDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCDC6; }
p { color: rgb(60,205,198); }
H1.HeaderClassName
{
color: #3CCDC6;
}
.AnyTagClassName
{
color: #3CCDC6;
}
</style>
background-color css
<style>
a { background-color: #3CCDC6; }
a { background-color: rgb(60,205,198); }
div.DivClassName
{
background-color: #3CCDC6;
}
.BgClassName
{
background-color: #3CCDC6;
}
</style>
border-color css
<style>
span { border-color: #3CCDC6; }
span { border-color: rgb(60,205,198); }
td.TdClassName
{
border-color: #3CCDC6;
}
.TagClassName
{
border-color: #3CCDC6;
}
</style>