Shades of Medium Turquoise #3CCECC
Tints of Medium Turquoise #3CCECC
RGB
CMYK
RGB Variations
Color information
#3CCECC (or 0x3CCECC) is known color: Medium Turquoise. HEX triplet: 3C, CE and CC. RGB value is (60,206,204). Sum of RGB (Red+Green+Blue) = 60+206+204=470 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.77% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #3CCECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCECC is #C33133. Grayscale: #A1A1A1. Windows color (decimal): -12792116 or 13422140. OLE color: 13422140.
HSL color Cylindrical-coordinate representation of color #3CCECC: hue angle of 179.18º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCECC is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 206 | 204 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.19 |
| HSL | 179.18º | 0.6% | 0.52% | - |
| HSV(B) | 179.18º | 0.71% | 0.81% | - |
| XYZ | 34.83 | 49.46 | 64.84 | - |
| YUV | 162.12 | 151.63 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 206 | 204 | 0.71 | 0 | 0.01 | 0.19 | 179.18 | 0.6 | 0.52 |
| Hex | 3C | CE | CC | 47 | 0 | 1 | 13 | B3 | 3C | 34 |
| Octal | 74 | 316 | 314 | 107 | 0 | 1 | 23 | 263 | 74 | 64 |
| Binary | 111100 | 11001110 | 11001100 | 1000111 | 0 | 1 | 10011 | 10110011 | 111100 | 110100 |
Color Harmonies of #3CCECC
Complementary color
Monochromatic Colors of #3CCECC
Black with #3CCECC
Text Example
Text Example
White with #3CCECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCECC; }
p { color: rgb(60,206,204); }
H1.HeaderClassName
{
color: #3CCECC;
}
.AnyTagClassName
{
color: #3CCECC;
}
</style>
background-color css
<style>
a { background-color: #3CCECC; }
a { background-color: rgb(60,206,204); }
div.DivClassName
{
background-color: #3CCECC;
}
.BgClassName
{
background-color: #3CCECC;
}
</style>
border-color css
<style>
span { border-color: #3CCECC; }
span { border-color: rgb(60,206,204); }
td.TdClassName
{
border-color: #3CCECC;
}
.TagClassName
{
border-color: #3CCECC;
}
</style>