Shades of Medium Turquoise #3CCDC7
Tints of Medium Turquoise #3CCDC7
RGB
CMYK
RGB Variations
Color information
#3CCDC7 (or 0x3CCDC7) is known color: Medium Turquoise. HEX triplet: 3C, CD and C7. RGB value is (60,205,199). Sum of RGB (Red+Green+Blue) = 60+205+199=464 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.93% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 199 (78.12% from 255 or 42.89% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #3CCDC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCDC7 is #C33238. Grayscale: #A0A0A0. Windows color (decimal): -12792377 or 13094204. OLE color: 13094204.
HSL color Cylindrical-coordinate representation of color #3CCDC7: hue angle of 177.52º 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 #3CCDC7 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 205 | 199 | - |
| CMYK | 0.71 | 0 | 0.03 | 0.20 |
| HSL | 177.52º | 0.59% | 0.52% | - |
| HSV(B) | 177.52º | 0.71% | 0.8% | - |
| XYZ | 34 | 48.75 | 61.65 | - |
| YUV | 160.96 | 149.46 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 205 | 199 | 0.71 | 0 | 0.03 | 0.20 | 177.52 | 0.59 | 0.52 |
| Hex | 3C | CD | C7 | 47 | 0 | 3 | 14 | B2 | 3B | 34 |
| Octal | 74 | 315 | 307 | 107 | 0 | 3 | 24 | 262 | 73 | 64 |
| Binary | 111100 | 11001101 | 11000111 | 1000111 | 0 | 11 | 10100 | 10110010 | 111011 | 110100 |
Color Harmonies of #3CCDC7
Complementary color
Monochromatic Colors of #3CCDC7
Black with #3CCDC7
Text Example
Text Example
White with #3CCDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCDC7; }
p { color: rgb(60,205,199); }
H1.HeaderClassName
{
color: #3CCDC7;
}
.AnyTagClassName
{
color: #3CCDC7;
}
</style>
background-color css
<style>
a { background-color: #3CCDC7; }
a { background-color: rgb(60,205,199); }
div.DivClassName
{
background-color: #3CCDC7;
}
.BgClassName
{
background-color: #3CCDC7;
}
</style>
border-color css
<style>
span { border-color: #3CCDC7; }
span { border-color: rgb(60,205,199); }
td.TdClassName
{
border-color: #3CCDC7;
}
.TagClassName
{
border-color: #3CCDC7;
}
</style>