Shades of Medium Turquoise #3CCFC4
Tints of Medium Turquoise #3CCFC4
RGB
CMYK
RGB Variations
Color information
#3CCFC4 (or 0x3CCFC4) is known color: Medium Turquoise. HEX triplet: 3C, CF and C4. RGB value is (60,207,196). Sum of RGB (Red+Green+Blue) = 60+207+196=463 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.96% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 196 (76.95% from 255 or 42.33% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCFC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCFC4 is #C3303B. Grayscale: #A1A1A1. Windows color (decimal): -12791868 or 12898108. OLE color: 12898108.
HSL color Cylindrical-coordinate representation of color #3CCFC4: hue angle of 175.51º 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 #3CCFC4 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 207 | 196 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.19 |
| HSL | 175.51º | 0.6% | 0.52% | - |
| HSV(B) | 175.51º | 0.71% | 0.81% | - |
| XYZ | 34.14 | 49.57 | 59.99 | - |
| YUV | 161.79 | 147.3 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 207 | 196 | 0.71 | 0 | 0.05 | 0.19 | 175.51 | 0.6 | 0.52 |
| Hex | 3C | CF | C4 | 47 | 0 | 5 | 13 | B0 | 3C | 34 |
| Octal | 74 | 317 | 304 | 107 | 0 | 5 | 23 | 260 | 74 | 64 |
| Binary | 111100 | 11001111 | 11000100 | 1000111 | 0 | 101 | 10011 | 10110000 | 111100 | 110100 |
Color Harmonies of #3CCFC4
Complementary color
Monochromatic Colors of #3CCFC4
Black with #3CCFC4
Text Example
Text Example
White with #3CCFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCFC4; }
p { color: rgb(60,207,196); }
H1.HeaderClassName
{
color: #3CCFC4;
}
.AnyTagClassName
{
color: #3CCFC4;
}
</style>
background-color css
<style>
a { background-color: #3CCFC4; }
a { background-color: rgb(60,207,196); }
div.DivClassName
{
background-color: #3CCFC4;
}
.BgClassName
{
background-color: #3CCFC4;
}
</style>
border-color css
<style>
span { border-color: #3CCFC4; }
span { border-color: rgb(60,207,196); }
td.TdClassName
{
border-color: #3CCFC4;
}
.TagClassName
{
border-color: #3CCFC4;
}
</style>