Shades of Turquoise #3CFECC
Tints of Turquoise #3CFECC
RGB
CMYK
RGB Variations
Color information
#3CFECC (or 0x3CFECC) is known color: Turquoise. HEX triplet: 3C, FE and CC. RGB value is (60,254,204). Sum of RGB (Red+Green+Blue) = 60+254+204=518 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.58% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFECC is #C30133. Grayscale: #BEBEBE. Windows color (decimal): -12779828 or 13434428. OLE color: 13434428.
HSL color Cylindrical-coordinate representation of color #3CFECC: hue angle of 164.54º 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 #3CFECC is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 254 | 204 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.00 |
| HSL | 164.54º | 0.99% | 0.62% | - |
| HSV(B) | 164.54º | 0.76% | 1% | - |
| XYZ | 48.2 | 76.2 | 69.29 | - |
| YUV | 190.29 | 135.73 | 35.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 254 | 204 | 0.76 | 0 | 0.20 | 0.00 | 164.54 | 0.99 | 0.62 |
| Hex | 3C | FE | CC | 4C | 0 | 14 | 0 | A5 | 63 | 3E |
| Octal | 74 | 376 | 314 | 114 | 0 | 24 | 0 | 245 | 143 | 76 |
| Binary | 111100 | 11111110 | 11001100 | 1001100 | 0 | 10100 | 0 | 10100101 | 1100011 | 111110 |
Color Harmonies of #3CFECC
Complementary color
Monochromatic Colors of #3CFECC
Black with #3CFECC
Text Example
Text Example
White with #3CFECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFECC; }
p { color: rgb(60,254,204); }
H1.HeaderClassName
{
color: #3CFECC;
}
.AnyTagClassName
{
color: #3CFECC;
}
</style>
background-color css
<style>
a { background-color: #3CFECC; }
a { background-color: rgb(60,254,204); }
div.DivClassName
{
background-color: #3CFECC;
}
.BgClassName
{
background-color: #3CFECC;
}
</style>
border-color css
<style>
span { border-color: #3CFECC; }
span { border-color: rgb(60,254,204); }
td.TdClassName
{
border-color: #3CFECC;
}
.TagClassName
{
border-color: #3CFECC;
}
</style>