Shades of Turquoise #3CFFD6
Tints of Turquoise #3CFFD6
RGB
CMYK
RGB Variations
Color information
#3CFFD6 (or 0x3CFFD6) is known color: Turquoise. HEX triplet: 3C, FF and D6. RGB value is (60,255,214). Sum of RGB (Red+Green+Blue) = 60+255+214=529 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.34% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFFD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFFD6 is #C30029. Grayscale: #BFBFBF. Windows color (decimal): -12779562 or 14090044. OLE color: 14090044.
HSL color Cylindrical-coordinate representation of color #3CFFD6: hue angle of 167.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 #3CFFD6 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 214 | - |
| CMYK | 0.76 | 0 | 0.16 | 0 |
| HSL | 167.38º | 1% | 0.62% | - |
| HSV(B) | 167.38º | 0.76% | 1% | - |
| XYZ | 49.76 | 77.34 | 75.92 | - |
| YUV | 192.02 | 140.4 | 33.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 214 | 0.76 | 0 | 0.16 | 0 | 167.38 | 1 | 0.62 |
| Hex | 3C | FF | D6 | 4C | 0 | 10 | 0 | A7 | 64 | 3E |
| Octal | 74 | 377 | 326 | 114 | 0 | 20 | 0 | 247 | 144 | 76 |
| Binary | 111100 | 11111111 | 11010110 | 1001100 | 0 | 10000 | 0 | 10100111 | 1100100 | 111110 |
Color Harmonies of #3CFFD6
Complementary color
Monochromatic Colors of #3CFFD6
Black with #3CFFD6
Text Example
Text Example
White with #3CFFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFFD6; }
p { color: rgb(60,255,214); }
H1.HeaderClassName
{
color: #3CFFD6;
}
.AnyTagClassName
{
color: #3CFFD6;
}
</style>
background-color css
<style>
a { background-color: #3CFFD6; }
a { background-color: rgb(60,255,214); }
div.DivClassName
{
background-color: #3CFFD6;
}
.BgClassName
{
background-color: #3CFFD6;
}
</style>
border-color css
<style>
span { border-color: #3CFFD6; }
span { border-color: rgb(60,255,214); }
td.TdClassName
{
border-color: #3CFFD6;
}
.TagClassName
{
border-color: #3CFFD6;
}
</style>