Shades of Turquoise #3CFFE2
Tints of Turquoise #3CFFE2
RGB
CMYK
RGB Variations
Color information
#3CFFE2 (or 0x3CFFE2) is known color: Turquoise. HEX triplet: 3C, FF and E2. RGB value is (60,255,226). Sum of RGB (Red+Green+Blue) = 60+255+226=541 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.09% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 226 (88.67% from 255 or 41.77% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFFE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFFE2 is #C3001D. Grayscale: #C1C1C1. Windows color (decimal): -12779550 or 14876476. OLE color: 14876476.
HSL color Cylindrical-coordinate representation of color #3CFFE2: hue angle of 171.08º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFFE2 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 226 | - |
| CMYK | 0.76 | 0 | 0.11 | 0 |
| HSL | 171.08º | 1% | 0.62% | - |
| HSV(B) | 171.08º | 0.76% | 1% | - |
| XYZ | 51.35 | 77.97 | 84.3 | - |
| YUV | 193.39 | 146.4 | 32.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 226 | 0.76 | 0 | 0.11 | 0 | 171.08 | 1 | 0.62 |
| Hex | 3C | FF | E2 | 4C | 0 | B | 0 | AB | 64 | 3E |
| Octal | 74 | 377 | 342 | 114 | 0 | 13 | 0 | 253 | 144 | 76 |
| Binary | 111100 | 11111111 | 11100010 | 1001100 | 0 | 1011 | 0 | 10101011 | 1100100 | 111110 |
Color Harmonies of #3CFFE2
Complementary color
Monochromatic Colors of #3CFFE2
Black with #3CFFE2
Text Example
Text Example
White with #3CFFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFFE2; }
p { color: rgb(60,255,226); }
H1.HeaderClassName
{
color: #3CFFE2;
}
.AnyTagClassName
{
color: #3CFFE2;
}
</style>
background-color css
<style>
a { background-color: #3CFFE2; }
a { background-color: rgb(60,255,226); }
div.DivClassName
{
background-color: #3CFFE2;
}
.BgClassName
{
background-color: #3CFFE2;
}
</style>
border-color css
<style>
span { border-color: #3CFFE2; }
span { border-color: rgb(60,255,226); }
td.TdClassName
{
border-color: #3CFFE2;
}
.TagClassName
{
border-color: #3CFFE2;
}
</style>