Shades of Medium Turquoise #3CCCC5
Tints of Medium Turquoise #3CCCC5
RGB
CMYK
RGB Variations
Color information
#3CCCC5 (or 0x3CCCC5) is known color: Medium Turquoise. HEX triplet: 3C, CC and C5. RGB value is (60,204,197). Sum of RGB (Red+Green+Blue) = 60+204+197=461 (61% of max value = 765). Red value is 60 (23.83% from 255 or 13.02% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 204 - color contains mainly: green. Hex color #3CCCC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCCC5 is #C3333A. Grayscale: #A0A0A0. Windows color (decimal): -12792635 or 12962876. OLE color: 12962876.
HSL color Cylindrical-coordinate representation of color #3CCCC5: hue angle of 177.08º 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 #3CCCC5 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 204 | 197 | - |
| CMYK | 0.71 | 0 | 0.03 | 0.2 |
| HSL | 177.08º | 0.59% | 0.52% | - |
| HSV(B) | 177.08º | 0.71% | 0.8% | - |
| XYZ | 33.53 | 48.18 | 60.36 | - |
| YUV | 160.15 | 148.79 | 56.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 204 | 197 | 0.71 | 0 | 0.03 | 0.2 | 177.08 | 0.59 | 0.52 |
| Hex | 3C | CC | C5 | 47 | 0 | 3 | 14 | B1 | 3B | 34 |
| Octal | 74 | 314 | 305 | 107 | 0 | 3 | 24 | 261 | 73 | 64 |
| Binary | 111100 | 11001100 | 11000101 | 1000111 | 0 | 11 | 10100 | 10110001 | 111011 | 110100 |
Color Harmonies of #3CCCC5
Complementary color
Monochromatic Colors of #3CCCC5
Black with #3CCCC5
Text Example
Text Example
White with #3CCCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCCC5; }
p { color: rgb(60,204,197); }
H1.HeaderClassName
{
color: #3CCCC5;
}
.AnyTagClassName
{
color: #3CCCC5;
}
</style>
background-color css
<style>
a { background-color: #3CCCC5; }
a { background-color: rgb(60,204,197); }
div.DivClassName
{
background-color: #3CCCC5;
}
.BgClassName
{
background-color: #3CCCC5;
}
</style>
border-color css
<style>
span { border-color: #3CCCC5; }
span { border-color: rgb(60,204,197); }
td.TdClassName
{
border-color: #3CCCC5;
}
.TagClassName
{
border-color: #3CCCC5;
}
</style>