Shades of Turquoise #3CFFCD
Tints of Turquoise #3CFFCD
RGB
CMYK
RGB Variations
Color information
#3CFFCD (or 0x3CFFCD) is known color: Turquoise. HEX triplet: 3C, FF and CD. RGB value is (60,255,205). Sum of RGB (Red+Green+Blue) = 60+255+205=520 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.54% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFFCD is #C30032. Grayscale: #BFBFBF. Windows color (decimal): -12779571 or 13500220. OLE color: 13500220.
HSL color Cylindrical-coordinate representation of color #3CFFCD: hue angle of 164.62º 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 #3CFFCD is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 205 | - |
| CMYK | 0.76 | 0 | 0.20 | 0 |
| HSL | 164.62º | 1% | 0.62% | - |
| HSV(B) | 164.62º | 0.76% | 1% | - |
| XYZ | 48.64 | 76.89 | 70.03 | - |
| YUV | 191 | 135.9 | 34.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 205 | 0.76 | 0 | 0.20 | 0 | 164.62 | 1 | 0.62 |
| Hex | 3C | FF | CD | 4C | 0 | 14 | 0 | A5 | 64 | 3E |
| Octal | 74 | 377 | 315 | 114 | 0 | 24 | 0 | 245 | 144 | 76 |
| Binary | 111100 | 11111111 | 11001101 | 1001100 | 0 | 10100 | 0 | 10100101 | 1100100 | 111110 |
Color Harmonies of #3CFFCD
Complementary color
Monochromatic Colors of #3CFFCD
Black with #3CFFCD
Text Example
Text Example
White with #3CFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFFCD; }
p { color: rgb(60,255,205); }
H1.HeaderClassName
{
color: #3CFFCD;
}
.AnyTagClassName
{
color: #3CFFCD;
}
</style>
background-color css
<style>
a { background-color: #3CFFCD; }
a { background-color: rgb(60,255,205); }
div.DivClassName
{
background-color: #3CFFCD;
}
.BgClassName
{
background-color: #3CFFCD;
}
</style>
border-color css
<style>
span { border-color: #3CFFCD; }
span { border-color: rgb(60,255,205); }
td.TdClassName
{
border-color: #3CFFCD;
}
.TagClassName
{
border-color: #3CFFCD;
}
</style>