Shades of Turquoise #3CFEC9
Tints of Turquoise #3CFEC9
RGB
CMYK
RGB Variations
Color information
#3CFEC9 (or 0x3CFEC9) is known color: Turquoise. HEX triplet: 3C, FE and C9. RGB value is (60,254,201). Sum of RGB (Red+Green+Blue) = 60+254+201=515 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.65% from 515); Green value is 254 (99.61% from 255 or 49.32% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFEC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFEC9 is #C30136. Grayscale: #BDBDBD. Windows color (decimal): -12779831 or 13237820. OLE color: 13237820.
HSL color Cylindrical-coordinate representation of color #3CFEC9: hue angle of 163.61º 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 #3CFEC9 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 254 | 201 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.00 |
| HSL | 163.61º | 0.99% | 0.62% | - |
| HSV(B) | 163.61º | 0.76% | 1% | - |
| XYZ | 47.85 | 76.06 | 67.42 | - |
| YUV | 189.95 | 134.23 | 35.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 254 | 201 | 0.76 | 0 | 0.21 | 0.00 | 163.61 | 0.99 | 0.62 |
| Hex | 3C | FE | C9 | 4C | 0 | 15 | 0 | A4 | 63 | 3E |
| Octal | 74 | 376 | 311 | 114 | 0 | 25 | 0 | 244 | 143 | 76 |
| Binary | 111100 | 11111110 | 11001001 | 1001100 | 0 | 10101 | 0 | 10100100 | 1100011 | 111110 |
Color Harmonies of #3CFEC9
Complementary color
Monochromatic Colors of #3CFEC9
Black with #3CFEC9
Text Example
Text Example
White with #3CFEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFEC9; }
p { color: rgb(60,254,201); }
H1.HeaderClassName
{
color: #3CFEC9;
}
.AnyTagClassName
{
color: #3CFEC9;
}
</style>
background-color css
<style>
a { background-color: #3CFEC9; }
a { background-color: rgb(60,254,201); }
div.DivClassName
{
background-color: #3CFEC9;
}
.BgClassName
{
background-color: #3CFEC9;
}
</style>
border-color css
<style>
span { border-color: #3CFEC9; }
span { border-color: rgb(60,254,201); }
td.TdClassName
{
border-color: #3CFEC9;
}
.TagClassName
{
border-color: #3CFEC9;
}
</style>