Shades of Turquoise #3CF1DC
Tints of Turquoise #3CF1DC
RGB
CMYK
RGB Variations
Color information
#3CF1DC (or 0x3CF1DC) is known color: Turquoise. HEX triplet: 3C, F1 and DC. RGB value is (60,241,220). Sum of RGB (Red+Green+Blue) = 60+241+220=521 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.52% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF1DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF1DC is #C30E23. Grayscale: #B8B8B8. Windows color (decimal): -12783140 or 14479676. OLE color: 14479676.
HSL color Cylindrical-coordinate representation of color #3CF1DC: hue angle of 173.04º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF1DC is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 241 | 220 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.05 |
| HSL | 173.04º | 0.87% | 0.59% | - |
| HSV(B) | 173.04º | 0.75% | 0.95% | - |
| XYZ | 46.24 | 69.04 | 78.6 | - |
| YUV | 184.49 | 148.03 | 39.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 241 | 220 | 0.75 | 0 | 0.09 | 0.05 | 173.04 | 0.87 | 0.59 |
| Hex | 3C | F1 | DC | 4B | 0 | 9 | 5 | AD | 57 | 3B |
| Octal | 74 | 361 | 334 | 113 | 0 | 11 | 5 | 255 | 127 | 73 |
| Binary | 111100 | 11110001 | 11011100 | 1001011 | 0 | 1001 | 101 | 10101101 | 1010111 | 111011 |
Color Harmonies of #3CF1DC
Complementary color
Monochromatic Colors of #3CF1DC
Black with #3CF1DC
Text Example
Text Example
White with #3CF1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF1DC; }
p { color: rgb(60,241,220); }
H1.HeaderClassName
{
color: #3CF1DC;
}
.AnyTagClassName
{
color: #3CF1DC;
}
</style>
background-color css
<style>
a { background-color: #3CF1DC; }
a { background-color: rgb(60,241,220); }
div.DivClassName
{
background-color: #3CF1DC;
}
.BgClassName
{
background-color: #3CF1DC;
}
</style>
border-color css
<style>
span { border-color: #3CF1DC; }
span { border-color: rgb(60,241,220); }
td.TdClassName
{
border-color: #3CF1DC;
}
.TagClassName
{
border-color: #3CF1DC;
}
</style>