Shades of Medium Turquoise #3CCDC9
Tints of Medium Turquoise #3CCDC9
RGB
CMYK
RGB Variations
Color information
#3CCDC9 (or 0x3CCDC9) is known color: Medium Turquoise. HEX triplet: 3C, CD and C9. RGB value is (60,205,201). Sum of RGB (Red+Green+Blue) = 60+205+201=466 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.88% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #3CCDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCDC9 is #C33236. Grayscale: #A1A1A1. Windows color (decimal): -12792375 or 13225276. OLE color: 13225276.
HSL color Cylindrical-coordinate representation of color #3CCDC9: hue angle of 178.34º 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 #3CCDC9 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 205 | 201 | - |
| CMYK | 0.71 | 0 | 0.02 | 0.20 |
| HSL | 178.34º | 0.59% | 0.52% | - |
| HSV(B) | 178.34º | 0.71% | 0.8% | - |
| XYZ | 34.24 | 48.84 | 62.88 | - |
| YUV | 161.19 | 150.46 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 205 | 201 | 0.71 | 0 | 0.02 | 0.20 | 178.34 | 0.59 | 0.52 |
| Hex | 3C | CD | C9 | 47 | 0 | 2 | 14 | B2 | 3B | 34 |
| Octal | 74 | 315 | 311 | 107 | 0 | 2 | 24 | 262 | 73 | 64 |
| Binary | 111100 | 11001101 | 11001001 | 1000111 | 0 | 10 | 10100 | 10110010 | 111011 | 110100 |
Color Harmonies of #3CCDC9
Complementary color
Monochromatic Colors of #3CCDC9
Black with #3CCDC9
Text Example
Text Example
White with #3CCDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCDC9; }
p { color: rgb(60,205,201); }
H1.HeaderClassName
{
color: #3CCDC9;
}
.AnyTagClassName
{
color: #3CCDC9;
}
</style>
background-color css
<style>
a { background-color: #3CCDC9; }
a { background-color: rgb(60,205,201); }
div.DivClassName
{
background-color: #3CCDC9;
}
.BgClassName
{
background-color: #3CCDC9;
}
</style>
border-color css
<style>
span { border-color: #3CCDC9; }
span { border-color: rgb(60,205,201); }
td.TdClassName
{
border-color: #3CCDC9;
}
.TagClassName
{
border-color: #3CCDC9;
}
</style>