Shades of Medium Turquoise #3CC6CC
Tints of Medium Turquoise #3CC6CC
RGB
CMYK
RGB Variations
Color information
#3CC6CC (or 0x3CC6CC) is known color: Medium Turquoise. HEX triplet: 3C, C6 and CC. RGB value is (60,198,204). Sum of RGB (Red+Green+Blue) = 60+198+204=462 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.99% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #3CC6CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC6CC is #C33933. Grayscale: #9D9D9D. Windows color (decimal): -12794164 or 13420092. OLE color: 13420092.
HSL color Cylindrical-coordinate representation of color #3CC6CC: hue angle of 182.5º 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 #3CC6CC is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 198 | 204 | - |
| CMYK | 0.71 | 0.03 | 0 | 0.2 |
| HSL | 182.5º | 0.59% | 0.52% | - |
| HSV(B) | 182.5º | 0.71% | 0.8% | - |
| XYZ | 32.96 | 45.71 | 64.21 | - |
| YUV | 157.42 | 154.28 | 58.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 198 | 204 | 0.71 | 0.03 | 0 | 0.2 | 182.5 | 0.59 | 0.52 |
| Hex | 3C | C6 | CC | 47 | 3 | 0 | 14 | B6 | 3B | 34 |
| Octal | 74 | 306 | 314 | 107 | 3 | 0 | 24 | 266 | 73 | 64 |
| Binary | 111100 | 11000110 | 11001100 | 1000111 | 11 | 0 | 10100 | 10110110 | 111011 | 110100 |
Color Harmonies of #3CC6CC
Complementary color
Monochromatic Colors of #3CC6CC
Black with #3CC6CC
Text Example
Text Example
White with #3CC6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC6CC; }
p { color: rgb(60,198,204); }
H1.HeaderClassName
{
color: #3CC6CC;
}
.AnyTagClassName
{
color: #3CC6CC;
}
</style>
background-color css
<style>
a { background-color: #3CC6CC; }
a { background-color: rgb(60,198,204); }
div.DivClassName
{
background-color: #3CC6CC;
}
.BgClassName
{
background-color: #3CC6CC;
}
</style>
border-color css
<style>
span { border-color: #3CC6CC; }
span { border-color: rgb(60,198,204); }
td.TdClassName
{
border-color: #3CC6CC;
}
.TagClassName
{
border-color: #3CC6CC;
}
</style>