Shades of Medium Turquoise #3CCDDC
Tints of Medium Turquoise #3CCDDC
RGB
CMYK
RGB Variations
Color information
#3CCDDC (or 0x3CCDDC) is known color: Medium Turquoise. HEX triplet: 3C, CD and DC. RGB value is (60,205,220). Sum of RGB (Red+Green+Blue) = 60+205+220=485 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.37% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #3CCDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCDDC is #C33223. Grayscale: #A3A3A3. Windows color (decimal): -12792356 or 14470460. OLE color: 14470460.
HSL color Cylindrical-coordinate representation of color #3CCDDC: hue angle of 185.62º 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 #3CCDDC is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 205 | 220 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.14 |
| HSL | 185.63º | 0.7% | 0.55% | - |
| HSV(B) | 185.63º | 0.73% | 0.86% | - |
| XYZ | 36.61 | 49.79 | 75.39 | - |
| YUV | 163.36 | 159.96 | 54.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 205 | 220 | 0.73 | 0.07 | 0 | 0.14 | 185.63 | 0.7 | 0.55 |
| Hex | 3C | CD | DC | 49 | 7 | 0 | E | BA | 46 | 37 |
| Octal | 74 | 315 | 334 | 111 | 7 | 0 | 16 | 272 | 106 | 67 |
| Binary | 111100 | 11001101 | 11011100 | 1001001 | 111 | 0 | 1110 | 10111010 | 1000110 | 110111 |
Color Harmonies of #3CCDDC
Complementary color
Monochromatic Colors of #3CCDDC
Black with #3CCDDC
Text Example
Text Example
White with #3CCDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCDDC; }
p { color: rgb(60,205,220); }
H1.HeaderClassName
{
color: #3CCDDC;
}
.AnyTagClassName
{
color: #3CCDDC;
}
</style>
background-color css
<style>
a { background-color: #3CCDDC; }
a { background-color: rgb(60,205,220); }
div.DivClassName
{
background-color: #3CCDDC;
}
.BgClassName
{
background-color: #3CCDDC;
}
</style>
border-color css
<style>
span { border-color: #3CCDDC; }
span { border-color: rgb(60,205,220); }
td.TdClassName
{
border-color: #3CCDDC;
}
.TagClassName
{
border-color: #3CCDDC;
}
</style>