Shades of Turquoise #3CFFC9
Tints of Turquoise #3CFFC9
RGB
CMYK
RGB Variations
Color information
#3CFFC9 (or 0x3CFFC9) is known color: Turquoise. HEX triplet: 3C, FF and C9. RGB value is (60,255,201). Sum of RGB (Red+Green+Blue) = 60+255+201=516 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.63% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFFC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFFC9 is #C30036. Grayscale: #BEBEBE. Windows color (decimal): -12779575 or 13238076. OLE color: 13238076.
HSL color Cylindrical-coordinate representation of color #3CFFC9: hue angle of 163.38º 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 #3CFFC9 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 201 | - |
| CMYK | 0.76 | 0 | 0.21 | 0 |
| HSL | 163.38º | 1% | 0.62% | - |
| HSV(B) | 163.38º | 0.76% | 1% | - |
| XYZ | 48.17 | 76.7 | 67.52 | - |
| YUV | 190.54 | 133.9 | 34.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 201 | 0.76 | 0 | 0.21 | 0 | 163.38 | 1 | 0.62 |
| Hex | 3C | FF | C9 | 4C | 0 | 15 | 0 | A3 | 64 | 3E |
| Octal | 74 | 377 | 311 | 114 | 0 | 25 | 0 | 243 | 144 | 76 |
| Binary | 111100 | 11111111 | 11001001 | 1001100 | 0 | 10101 | 0 | 10100011 | 1100100 | 111110 |
Color Harmonies of #3CFFC9
Complementary color
Monochromatic Colors of #3CFFC9
Black with #3CFFC9
Text Example
Text Example
White with #3CFFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFFC9; }
p { color: rgb(60,255,201); }
H1.HeaderClassName
{
color: #3CFFC9;
}
.AnyTagClassName
{
color: #3CFFC9;
}
</style>
background-color css
<style>
a { background-color: #3CFFC9; }
a { background-color: rgb(60,255,201); }
div.DivClassName
{
background-color: #3CFFC9;
}
.BgClassName
{
background-color: #3CFFC9;
}
</style>
border-color css
<style>
span { border-color: #3CFFC9; }
span { border-color: rgb(60,255,201); }
td.TdClassName
{
border-color: #3CFFC9;
}
.TagClassName
{
border-color: #3CFFC9;
}
</style>