Shades of Medium Turquoise #3CCCC7
Tints of Medium Turquoise #3CCCC7
RGB
CMYK
RGB Variations
Color information
#3CCCC7 (or 0x3CCCC7) is known color: Medium Turquoise. HEX triplet: 3C, CC and C7. RGB value is (60,204,199). Sum of RGB (Red+Green+Blue) = 60+204+199=463 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.96% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #3CCCC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCCC7 is #C33338. Grayscale: #A0A0A0. Windows color (decimal): -12792633 or 13093948. OLE color: 13093948.
HSL color Cylindrical-coordinate representation of color #3CCCC7: hue angle of 177.92º 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 #3CCCC7 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 204 | 199 | - |
| CMYK | 0.71 | 0 | 0.02 | 0.2 |
| HSL | 177.92º | 0.59% | 0.52% | - |
| HSV(B) | 177.92º | 0.71% | 0.8% | - |
| XYZ | 33.77 | 48.27 | 61.57 | - |
| YUV | 160.37 | 149.79 | 56.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 204 | 199 | 0.71 | 0 | 0.02 | 0.2 | 177.92 | 0.59 | 0.52 |
| Hex | 3C | CC | C7 | 47 | 0 | 2 | 14 | B2 | 3B | 34 |
| Octal | 74 | 314 | 307 | 107 | 0 | 2 | 24 | 262 | 73 | 64 |
| Binary | 111100 | 11001100 | 11000111 | 1000111 | 0 | 10 | 10100 | 10110010 | 111011 | 110100 |
Color Harmonies of #3CCCC7
Complementary color
Monochromatic Colors of #3CCCC7
Black with #3CCCC7
Text Example
Text Example
White with #3CCCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCCC7; }
p { color: rgb(60,204,199); }
H1.HeaderClassName
{
color: #3CCCC7;
}
.AnyTagClassName
{
color: #3CCCC7;
}
</style>
background-color css
<style>
a { background-color: #3CCCC7; }
a { background-color: rgb(60,204,199); }
div.DivClassName
{
background-color: #3CCCC7;
}
.BgClassName
{
background-color: #3CCCC7;
}
</style>
border-color css
<style>
span { border-color: #3CCCC7; }
span { border-color: rgb(60,204,199); }
td.TdClassName
{
border-color: #3CCCC7;
}
.TagClassName
{
border-color: #3CCCC7;
}
</style>