Shades of Medium Turquoise #3CCCC8
Tints of Medium Turquoise #3CCCC8
RGB
CMYK
RGB Variations
Color information
#3CCCC8 (or 0x3CCCC8) is known color: Medium Turquoise. HEX triplet: 3C, CC and C8. RGB value is (60,204,200). Sum of RGB (Red+Green+Blue) = 60+204+200=464 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.93% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #3CCCC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCCC8 is #C33337. Grayscale: #A0A0A0. Windows color (decimal): -12792632 or 13159484. OLE color: 13159484.
HSL color Cylindrical-coordinate representation of color #3CCCC8: hue angle of 178.33º 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 #3CCCC8 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 204 | 200 | - |
| CMYK | 0.71 | 0 | 0.02 | 0.2 |
| HSL | 178.33º | 0.59% | 0.52% | - |
| HSV(B) | 178.33º | 0.71% | 0.8% | - |
| XYZ | 33.88 | 48.32 | 62.18 | - |
| YUV | 160.49 | 150.29 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 204 | 200 | 0.71 | 0 | 0.02 | 0.2 | 178.33 | 0.59 | 0.52 |
| Hex | 3C | CC | C8 | 47 | 0 | 2 | 14 | B2 | 3B | 34 |
| Octal | 74 | 314 | 310 | 107 | 0 | 2 | 24 | 262 | 73 | 64 |
| Binary | 111100 | 11001100 | 11001000 | 1000111 | 0 | 10 | 10100 | 10110010 | 111011 | 110100 |
Color Harmonies of #3CCCC8
Complementary color
Monochromatic Colors of #3CCCC8
Black with #3CCCC8
Text Example
Text Example
White with #3CCCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCCC8; }
p { color: rgb(60,204,200); }
H1.HeaderClassName
{
color: #3CCCC8;
}
.AnyTagClassName
{
color: #3CCCC8;
}
</style>
background-color css
<style>
a { background-color: #3CCCC8; }
a { background-color: rgb(60,204,200); }
div.DivClassName
{
background-color: #3CCCC8;
}
.BgClassName
{
background-color: #3CCCC8;
}
</style>
border-color css
<style>
span { border-color: #3CCCC8; }
span { border-color: rgb(60,204,200); }
td.TdClassName
{
border-color: #3CCCC8;
}
.TagClassName
{
border-color: #3CCCC8;
}
</style>