Shades of Medium Turquoise #3CCCDC
Tints of Medium Turquoise #3CCCDC
RGB
CMYK
RGB Variations
Color information
#3CCCDC (or 0x3CCCDC) is known color: Medium Turquoise. HEX triplet: 3C, CC and DC. RGB value is (60,204,220). Sum of RGB (Red+Green+Blue) = 60+204+220=484 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.40% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #3CCCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCCDC is #C33323. Grayscale: #A2A2A2. Windows color (decimal): -12792612 or 14470204. OLE color: 14470204.
HSL color Cylindrical-coordinate representation of color #3CCCDC: hue angle of 186º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CCCDC is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 204 | 220 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.14 |
| HSL | 186º | 0.7% | 0.55% | - |
| HSV(B) | 186º | 0.73% | 0.86% | - |
| XYZ | 36.37 | 49.31 | 75.31 | - |
| YUV | 162.77 | 160.29 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 204 | 220 | 0.73 | 0.07 | 0 | 0.14 | 186 | 0.7 | 0.55 |
| Hex | 3C | CC | DC | 49 | 7 | 0 | E | BA | 46 | 37 |
| Octal | 74 | 314 | 334 | 111 | 7 | 0 | 16 | 272 | 106 | 67 |
| Binary | 111100 | 11001100 | 11011100 | 1001001 | 111 | 0 | 1110 | 10111010 | 1000110 | 110111 |
Color Harmonies of #3CCCDC
Complementary color
Monochromatic Colors of #3CCCDC
Black with #3CCCDC
Text Example
Text Example
White with #3CCCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCCDC; }
p { color: rgb(60,204,220); }
H1.HeaderClassName
{
color: #3CCCDC;
}
.AnyTagClassName
{
color: #3CCCDC;
}
</style>
background-color css
<style>
a { background-color: #3CCCDC; }
a { background-color: rgb(60,204,220); }
div.DivClassName
{
background-color: #3CCCDC;
}
.BgClassName
{
background-color: #3CCCDC;
}
</style>
border-color css
<style>
span { border-color: #3CCCDC; }
span { border-color: rgb(60,204,220); }
td.TdClassName
{
border-color: #3CCCDC;
}
.TagClassName
{
border-color: #3CCCDC;
}
</style>