Shades of Medium Turquoise #3CCCCC
Tints of Medium Turquoise #3CCCCC
RGB
CMYK
RGB Variations
Color information
#3CCCCC (or 0x3CCCCC) is known color: Medium Turquoise. HEX triplet: 3C, CC and CC. RGB value is (60,204,204). Sum of RGB (Red+Green+Blue) = 60+204+204=468 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.82% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #3CCCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCCCC is #C33333. Grayscale: #A0A0A0. Windows color (decimal): -12792628 or 13421628. OLE color: 13421628.
HSL color Cylindrical-coordinate representation of color #3CCCCC: hue angle of 180º 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 #3CCCCC is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 204 | 204 | - |
| CMYK | 0.71 | 0 | 0 | 0.2 |
| HSL | 180º | 0.59% | 0.52% | - |
| HSV(B) | 180º | 0.71% | 0.8% | - |
| XYZ | 34.36 | 48.51 | 64.68 | - |
| YUV | 160.94 | 152.29 | 56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 204 | 204 | 0.71 | 0 | 0 | 0.2 | 180 | 0.59 | 0.52 |
| Hex | 3C | CC | CC | 47 | 0 | 0 | 14 | B4 | 3B | 34 |
| Octal | 74 | 314 | 314 | 107 | 0 | 0 | 24 | 264 | 73 | 64 |
| Binary | 111100 | 11001100 | 11001100 | 1000111 | 0 | 0 | 10100 | 10110100 | 111011 | 110100 |
Color Harmonies of #3CCCCC
Complementary color
Monochromatic Colors of #3CCCCC
Black with #3CCCCC
Text Example
Text Example
White with #3CCCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCCCC; }
p { color: rgb(60,204,204); }
H1.HeaderClassName
{
color: #3CCCCC;
}
.AnyTagClassName
{
color: #3CCCCC;
}
</style>
background-color css
<style>
a { background-color: #3CCCCC; }
a { background-color: rgb(60,204,204); }
div.DivClassName
{
background-color: #3CCCCC;
}
.BgClassName
{
background-color: #3CCCCC;
}
</style>
border-color css
<style>
span { border-color: #3CCCCC; }
span { border-color: rgb(60,204,204); }
td.TdClassName
{
border-color: #3CCCCC;
}
.TagClassName
{
border-color: #3CCCCC;
}
</style>