Shades of Turquoise #3CE2BF
Tints of Turquoise #3CE2BF
RGB
CMYK
RGB Variations
Color information
#3CE2BF (or 0x3CE2BF) is known color: Turquoise. HEX triplet: 3C, E2 and BF. RGB value is (60,226,191). Sum of RGB (Red+Green+Blue) = 60+226+191=477 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.58% from 477); Green value is 226 (88.67% from 255 or 47.38% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 226 - color contains mainly: green. Hex color #3CE2BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CE2BF is #C31D40. Grayscale: #ACACAC. Windows color (decimal): -12787009 or 12575292. OLE color: 12575292.
HSL color Cylindrical-coordinate representation of color #3CE2BF: hue angle of 167.35º 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 #3CE2BF is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 226 | 191 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.11 |
| HSL | 167.35º | 0.74% | 0.56% | - |
| HSV(B) | 167.35º | 0.73% | 0.89% | - |
| XYZ | 38.46 | 59.11 | 58.67 | - |
| YUV | 172.38 | 138.5 | 47.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 226 | 191 | 0.73 | 0 | 0.15 | 0.11 | 167.35 | 0.74 | 0.56 |
| Hex | 3C | E2 | BF | 49 | 0 | F | B | A7 | 4A | 38 |
| Octal | 74 | 342 | 277 | 111 | 0 | 17 | 13 | 247 | 112 | 70 |
| Binary | 111100 | 11100010 | 10111111 | 1001001 | 0 | 1111 | 1011 | 10100111 | 1001010 | 111000 |
Color Harmonies of #3CE2BF
Complementary color
Monochromatic Colors of #3CE2BF
Black with #3CE2BF
Text Example
Text Example
White with #3CE2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE2BF; }
p { color: rgb(60,226,191); }
H1.HeaderClassName
{
color: #3CE2BF;
}
.AnyTagClassName
{
color: #3CE2BF;
}
</style>
background-color css
<style>
a { background-color: #3CE2BF; }
a { background-color: rgb(60,226,191); }
div.DivClassName
{
background-color: #3CE2BF;
}
.BgClassName
{
background-color: #3CE2BF;
}
</style>
border-color css
<style>
span { border-color: #3CE2BF; }
span { border-color: rgb(60,226,191); }
td.TdClassName
{
border-color: #3CE2BF;
}
.TagClassName
{
border-color: #3CE2BF;
}
</style>