Shades of Turquoise #3CE2BC
Tints of Turquoise #3CE2BC
RGB
CMYK
RGB Variations
Color information
#3CE2BC (or 0x3CE2BC) is known color: Turquoise. HEX triplet: 3C, E2 and BC. RGB value is (60,226,188). Sum of RGB (Red+Green+Blue) = 60+226+188=474 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.66% from 474); Green value is 226 (88.67% from 255 or 47.68% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 226 - color contains mainly: green. Hex color #3CE2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CE2BC is #C31D43. Grayscale: #ACACAC. Windows color (decimal): -12787012 or 12378684. OLE color: 12378684.
HSL color Cylindrical-coordinate representation of color #3CE2BC: hue angle of 166.27º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CE2BC is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 226 | 188 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.11 |
| HSL | 166.27º | 0.74% | 0.56% | - |
| HSV(B) | 166.27º | 0.73% | 0.89% | - |
| XYZ | 38.14 | 58.98 | 56.95 | - |
| YUV | 172.03 | 137 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 226 | 188 | 0.73 | 0 | 0.17 | 0.11 | 166.27 | 0.74 | 0.56 |
| Hex | 3C | E2 | BC | 49 | 0 | 11 | B | A6 | 4A | 38 |
| Octal | 74 | 342 | 274 | 111 | 0 | 21 | 13 | 246 | 112 | 70 |
| Binary | 111100 | 11100010 | 10111100 | 1001001 | 0 | 10001 | 1011 | 10100110 | 1001010 | 111000 |
Color Harmonies of #3CE2BC
Complementary color
Monochromatic Colors of #3CE2BC
Black with #3CE2BC
Text Example
Text Example
White with #3CE2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE2BC; }
p { color: rgb(60,226,188); }
H1.HeaderClassName
{
color: #3CE2BC;
}
.AnyTagClassName
{
color: #3CE2BC;
}
</style>
background-color css
<style>
a { background-color: #3CE2BC; }
a { background-color: rgb(60,226,188); }
div.DivClassName
{
background-color: #3CE2BC;
}
.BgClassName
{
background-color: #3CE2BC;
}
</style>
border-color css
<style>
span { border-color: #3CE2BC; }
span { border-color: rgb(60,226,188); }
td.TdClassName
{
border-color: #3CE2BC;
}
.TagClassName
{
border-color: #3CE2BC;
}
</style>