Shades of Medium Turquoise #3CCDC8
Tints of Medium Turquoise #3CCDC8
RGB
CMYK
RGB Variations
Color information
#3CCDC8 (or 0x3CCDC8) is known color: Medium Turquoise. HEX triplet: 3C, CD and C8. RGB value is (60,205,200). Sum of RGB (Red+Green+Blue) = 60+205+200=465 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.90% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #3CCDC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCDC8 is #C33237. Grayscale: #A0A0A0. Windows color (decimal): -12792376 or 13159740. OLE color: 13159740.
HSL color Cylindrical-coordinate representation of color #3CCDC8: hue angle of 177.93º 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 #3CCDC8 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 205 | 200 | - |
| CMYK | 0.71 | 0 | 0.02 | 0.20 |
| HSL | 177.93º | 0.59% | 0.52% | - |
| HSV(B) | 177.93º | 0.71% | 0.8% | - |
| XYZ | 34.12 | 48.79 | 62.26 | - |
| YUV | 161.08 | 149.96 | 55.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 205 | 200 | 0.71 | 0 | 0.02 | 0.20 | 177.93 | 0.59 | 0.52 |
| Hex | 3C | CD | C8 | 47 | 0 | 2 | 14 | B2 | 3B | 34 |
| Octal | 74 | 315 | 310 | 107 | 0 | 2 | 24 | 262 | 73 | 64 |
| Binary | 111100 | 11001101 | 11001000 | 1000111 | 0 | 10 | 10100 | 10110010 | 111011 | 110100 |
Color Harmonies of #3CCDC8
Complementary color
Monochromatic Colors of #3CCDC8
Black with #3CCDC8
Text Example
Text Example
White with #3CCDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCDC8; }
p { color: rgb(60,205,200); }
H1.HeaderClassName
{
color: #3CCDC8;
}
.AnyTagClassName
{
color: #3CCDC8;
}
</style>
background-color css
<style>
a { background-color: #3CCDC8; }
a { background-color: rgb(60,205,200); }
div.DivClassName
{
background-color: #3CCDC8;
}
.BgClassName
{
background-color: #3CCDC8;
}
</style>
border-color css
<style>
span { border-color: #3CCDC8; }
span { border-color: rgb(60,205,200); }
td.TdClassName
{
border-color: #3CCDC8;
}
.TagClassName
{
border-color: #3CCDC8;
}
</style>