Shades of Medium Turquoise #3CCDD7
Tints of Medium Turquoise #3CCDD7
RGB
CMYK
RGB Variations
Color information
#3CCDD7 (or 0x3CCDD7) is known color: Medium Turquoise. HEX triplet: 3C, CD and D7. RGB value is (60,205,215). Sum of RGB (Red+Green+Blue) = 60+205+215=480 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.5% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 215 (84.38% from 255 or 44.79% from 480); Max value from RGB is 215 - color contains mainly: blue. Hex color #3CCDD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCDD7 is #C33228. Grayscale: #A2A2A2. Windows color (decimal): -12792361 or 14142780. OLE color: 14142780.
HSL color Cylindrical-coordinate representation of color #3CCDD7: hue angle of 183.87º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CCDD7 is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 60 | 205 | 215 | - |
| CMYK | 0.72 | 0.05 | 0 | 0.16 |
| HSL | 183.87º | 0.66% | 0.54% | - |
| HSV(B) | 183.87º | 0.72% | 0.84% | - |
| XYZ | 35.96 | 49.53 | 71.95 | - |
| YUV | 162.79 | 157.46 | 54.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 205 | 215 | 0.72 | 0.05 | 0 | 0.16 | 183.87 | 0.66 | 0.54 |
| Hex | 3C | CD | D7 | 48 | 5 | 0 | 10 | B8 | 42 | 36 |
| Octal | 74 | 315 | 327 | 110 | 5 | 0 | 20 | 270 | 102 | 66 |
| Binary | 111100 | 11001101 | 11010111 | 1001000 | 101 | 0 | 10000 | 10111000 | 1000010 | 110110 |
Color Harmonies of #3CCDD7
Complementary color
Monochromatic Colors of #3CCDD7
Black with #3CCDD7
Text Example
Text Example
White with #3CCDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCDD7; }
p { color: rgb(60,205,215); }
H1.HeaderClassName
{
color: #3CCDD7;
}
.AnyTagClassName
{
color: #3CCDD7;
}
</style>
background-color css
<style>
a { background-color: #3CCDD7; }
a { background-color: rgb(60,205,215); }
div.DivClassName
{
background-color: #3CCDD7;
}
.BgClassName
{
background-color: #3CCDD7;
}
</style>
border-color css
<style>
span { border-color: #3CCDD7; }
span { border-color: rgb(60,205,215); }
td.TdClassName
{
border-color: #3CCDD7;
}
.TagClassName
{
border-color: #3CCDD7;
}
</style>