Shades of Turquoise #3CFED4
Tints of Turquoise #3CFED4
RGB
CMYK
RGB Variations
Color information
#3CFED4 (or 0x3CFED4) is known color: Turquoise. HEX triplet: 3C, FE and D4. RGB value is (60,254,212). Sum of RGB (Red+Green+Blue) = 60+254+212=526 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.41% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFED4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFED4 is #C3012B. Grayscale: #BFBFBF. Windows color (decimal): -12779820 or 13958716. OLE color: 13958716.
HSL color Cylindrical-coordinate representation of color #3CFED4: hue angle of 167.01º 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 #3CFED4 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 254 | 212 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.00 |
| HSL | 167.01º | 0.99% | 0.62% | - |
| HSV(B) | 167.01º | 0.76% | 1% | - |
| XYZ | 49.19 | 76.6 | 74.48 | - |
| YUV | 191.21 | 139.73 | 34.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 254 | 212 | 0.76 | 0 | 0.17 | 0.00 | 167.01 | 0.99 | 0.62 |
| Hex | 3C | FE | D4 | 4C | 0 | 11 | 0 | A7 | 63 | 3E |
| Octal | 74 | 376 | 324 | 114 | 0 | 21 | 0 | 247 | 143 | 76 |
| Binary | 111100 | 11111110 | 11010100 | 1001100 | 0 | 10001 | 0 | 10100111 | 1100011 | 111110 |
Color Harmonies of #3CFED4
Complementary color
Monochromatic Colors of #3CFED4
Black with #3CFED4
Text Example
Text Example
White with #3CFED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFED4; }
p { color: rgb(60,254,212); }
H1.HeaderClassName
{
color: #3CFED4;
}
.AnyTagClassName
{
color: #3CFED4;
}
</style>
background-color css
<style>
a { background-color: #3CFED4; }
a { background-color: rgb(60,254,212); }
div.DivClassName
{
background-color: #3CFED4;
}
.BgClassName
{
background-color: #3CFED4;
}
</style>
border-color css
<style>
span { border-color: #3CFED4; }
span { border-color: rgb(60,254,212); }
td.TdClassName
{
border-color: #3CFED4;
}
.TagClassName
{
border-color: #3CFED4;
}
</style>