Shades of Turquoise #3CFFD1
Tints of Turquoise #3CFFD1
RGB
CMYK
RGB Variations
Color information
#3CFFD1 (or 0x3CFFD1) is known color: Turquoise. HEX triplet: 3C, FF and D1. RGB value is (60,255,209). Sum of RGB (Red+Green+Blue) = 60+255+209=524 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.45% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFFD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFFD1 is #C3002E. Grayscale: #BFBFBF. Windows color (decimal): -12779567 or 13762364. OLE color: 13762364.
HSL color Cylindrical-coordinate representation of color #3CFFD1: hue angle of 165.85º 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 #3CFFD1 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 209 | - |
| CMYK | 0.76 | 0 | 0.18 | 0 |
| HSL | 165.85º | 1% | 0.62% | - |
| HSV(B) | 165.85º | 0.76% | 1% | - |
| XYZ | 49.13 | 77.08 | 72.61 | - |
| YUV | 191.45 | 137.9 | 34.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 209 | 0.76 | 0 | 0.18 | 0 | 165.85 | 1 | 0.62 |
| Hex | 3C | FF | D1 | 4C | 0 | 12 | 0 | A6 | 64 | 3E |
| Octal | 74 | 377 | 321 | 114 | 0 | 22 | 0 | 246 | 144 | 76 |
| Binary | 111100 | 11111111 | 11010001 | 1001100 | 0 | 10010 | 0 | 10100110 | 1100100 | 111110 |
Color Harmonies of #3CFFD1
Complementary color
Monochromatic Colors of #3CFFD1
Black with #3CFFD1
Text Example
Text Example
White with #3CFFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFFD1; }
p { color: rgb(60,255,209); }
H1.HeaderClassName
{
color: #3CFFD1;
}
.AnyTagClassName
{
color: #3CFFD1;
}
</style>
background-color css
<style>
a { background-color: #3CFFD1; }
a { background-color: rgb(60,255,209); }
div.DivClassName
{
background-color: #3CFFD1;
}
.BgClassName
{
background-color: #3CFFD1;
}
</style>
border-color css
<style>
span { border-color: #3CFFD1; }
span { border-color: rgb(60,255,209); }
td.TdClassName
{
border-color: #3CFFD1;
}
.TagClassName
{
border-color: #3CFFD1;
}
</style>