Shades of Medium Turquoise #3CC1CC
Tints of Medium Turquoise #3CC1CC
RGB
CMYK
RGB Variations
Color information
#3CC1CC (or 0x3CC1CC) is known color: Medium Turquoise. HEX triplet: 3C, C1 and CC. RGB value is (60,193,204). Sum of RGB (Red+Green+Blue) = 60+193+204=457 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.13% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #3CC1CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC1CC is #C33E33. Grayscale: #9A9A9A. Windows color (decimal): -12795444 or 13418812. OLE color: 13418812.
HSL color Cylindrical-coordinate representation of color #3CC1CC: hue angle of 184.58º 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 #3CC1CC is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 193 | 204 | - |
| CMYK | 0.71 | 0.05 | 0 | 0.2 |
| HSL | 184.58º | 0.59% | 0.52% | - |
| HSV(B) | 184.58º | 0.71% | 0.8% | - |
| XYZ | 31.83 | 43.46 | 63.84 | - |
| YUV | 154.49 | 155.94 | 60.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 193 | 204 | 0.71 | 0.05 | 0 | 0.2 | 184.58 | 0.59 | 0.52 |
| Hex | 3C | C1 | CC | 47 | 5 | 0 | 14 | B9 | 3B | 34 |
| Octal | 74 | 301 | 314 | 107 | 5 | 0 | 24 | 271 | 73 | 64 |
| Binary | 111100 | 11000001 | 11001100 | 1000111 | 101 | 0 | 10100 | 10111001 | 111011 | 110100 |
Color Harmonies of #3CC1CC
Complementary color
Monochromatic Colors of #3CC1CC
Black with #3CC1CC
Text Example
Text Example
White with #3CC1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC1CC; }
p { color: rgb(60,193,204); }
H1.HeaderClassName
{
color: #3CC1CC;
}
.AnyTagClassName
{
color: #3CC1CC;
}
</style>
background-color css
<style>
a { background-color: #3CC1CC; }
a { background-color: rgb(60,193,204); }
div.DivClassName
{
background-color: #3CC1CC;
}
.BgClassName
{
background-color: #3CC1CC;
}
</style>
border-color css
<style>
span { border-color: #3CC1CC; }
span { border-color: rgb(60,193,204); }
td.TdClassName
{
border-color: #3CC1CC;
}
.TagClassName
{
border-color: #3CC1CC;
}
</style>