Shades of Turquoise #3CFED7
Tints of Turquoise #3CFED7
RGB
CMYK
RGB Variations
Color information
#3CFED7 (or 0x3CFED7) is known color: Turquoise. HEX triplet: 3C, FE and D7. RGB value is (60,254,215). Sum of RGB (Red+Green+Blue) = 60+254+215=529 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.34% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFED7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFED7 is #C30128. Grayscale: #BFBFBF. Windows color (decimal): -12779817 or 14155324. OLE color: 14155324.
HSL color Cylindrical-coordinate representation of color #3CFED7: hue angle of 167.94º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFED7 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 254 | 215 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.00 |
| HSL | 167.94º | 0.99% | 0.62% | - |
| HSV(B) | 167.94º | 0.76% | 1% | - |
| XYZ | 49.57 | 76.75 | 76.49 | - |
| YUV | 191.55 | 141.23 | 34.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 254 | 215 | 0.76 | 0 | 0.15 | 0.00 | 167.94 | 0.99 | 0.62 |
| Hex | 3C | FE | D7 | 4C | 0 | F | 0 | A8 | 63 | 3E |
| Octal | 74 | 376 | 327 | 114 | 0 | 17 | 0 | 250 | 143 | 76 |
| Binary | 111100 | 11111110 | 11010111 | 1001100 | 0 | 1111 | 0 | 10101000 | 1100011 | 111110 |
Color Harmonies of #3CFED7
Complementary color
Monochromatic Colors of #3CFED7
Black with #3CFED7
Text Example
Text Example
White with #3CFED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFED7; }
p { color: rgb(60,254,215); }
H1.HeaderClassName
{
color: #3CFED7;
}
.AnyTagClassName
{
color: #3CFED7;
}
</style>
background-color css
<style>
a { background-color: #3CFED7; }
a { background-color: rgb(60,254,215); }
div.DivClassName
{
background-color: #3CFED7;
}
.BgClassName
{
background-color: #3CFED7;
}
</style>
border-color css
<style>
span { border-color: #3CFED7; }
span { border-color: rgb(60,254,215); }
td.TdClassName
{
border-color: #3CFED7;
}
.TagClassName
{
border-color: #3CFED7;
}
</style>