Shades of Medium Turquoise #3CCCBE
Tints of Medium Turquoise #3CCCBE
RGB
CMYK
RGB Variations
Color information
#3CCCBE (or 0x3CCCBE) is known color: Medium Turquoise. HEX triplet: 3C, CC and BE. RGB value is (60,204,190). Sum of RGB (Red+Green+Blue) = 60+204+190=454 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.22% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #3CCCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCCBE is #C33341. Grayscale: #9F9F9F. Windows color (decimal): -12792642 or 12504124. OLE color: 12504124.
HSL color Cylindrical-coordinate representation of color #3CCCBE: hue angle of 174.17º 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 #3CCCBE is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 204 | 190 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.2 |
| HSL | 174.17º | 0.59% | 0.52% | - |
| HSV(B) | 174.17º | 0.71% | 0.8% | - |
| XYZ | 32.75 | 47.86 | 56.23 | - |
| YUV | 159.35 | 145.29 | 57.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 204 | 190 | 0.71 | 0 | 0.07 | 0.2 | 174.17 | 0.59 | 0.52 |
| Hex | 3C | CC | BE | 47 | 0 | 7 | 14 | AE | 3B | 34 |
| Octal | 74 | 314 | 276 | 107 | 0 | 7 | 24 | 256 | 73 | 64 |
| Binary | 111100 | 11001100 | 10111110 | 1000111 | 0 | 111 | 10100 | 10101110 | 111011 | 110100 |
Color Harmonies of #3CCCBE
Complementary color
Monochromatic Colors of #3CCCBE
Black with #3CCCBE
Text Example
Text Example
White with #3CCCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCCBE; }
p { color: rgb(60,204,190); }
H1.HeaderClassName
{
color: #3CCCBE;
}
.AnyTagClassName
{
color: #3CCCBE;
}
</style>
background-color css
<style>
a { background-color: #3CCCBE; }
a { background-color: rgb(60,204,190); }
div.DivClassName
{
background-color: #3CCCBE;
}
.BgClassName
{
background-color: #3CCCBE;
}
</style>
border-color css
<style>
span { border-color: #3CCCBE; }
span { border-color: rgb(60,204,190); }
td.TdClassName
{
border-color: #3CCCBE;
}
.TagClassName
{
border-color: #3CCCBE;
}
</style>