Shades of Turquoise #3CF9DC
Tints of Turquoise #3CF9DC
RGB
CMYK
RGB Variations
Color information
#3CF9DC (or 0x3CF9DC) is known color: Turquoise. HEX triplet: 3C, F9 and DC. RGB value is (60,249,220). Sum of RGB (Red+Green+Blue) = 60+249+220=529 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.34% from 529); Green value is 249 (97.66% from 255 or 47.07% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 249 - color contains mainly: green. Hex color #3CF9DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF9DC is #C30623. Grayscale: #BDBDBD. Windows color (decimal): -12781092 or 14481724. OLE color: 14481724.
HSL color Cylindrical-coordinate representation of color #3CF9DC: hue angle of 170.79º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF9DC is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 249 | 220 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.02 |
| HSL | 170.79º | 0.94% | 0.61% | - |
| HSV(B) | 170.79º | 0.76% | 0.98% | - |
| XYZ | 48.66 | 73.88 | 79.41 | - |
| YUV | 189.18 | 145.38 | 35.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 249 | 220 | 0.76 | 0 | 0.12 | 0.02 | 170.79 | 0.94 | 0.61 |
| Hex | 3C | F9 | DC | 4C | 0 | C | 2 | AB | 5E | 3D |
| Octal | 74 | 371 | 334 | 114 | 0 | 14 | 2 | 253 | 136 | 75 |
| Binary | 111100 | 11111001 | 11011100 | 1001100 | 0 | 1100 | 10 | 10101011 | 1011110 | 111101 |
Color Harmonies of #3CF9DC
Complementary color
Monochromatic Colors of #3CF9DC
Black with #3CF9DC
Text Example
Text Example
White with #3CF9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF9DC; }
p { color: rgb(60,249,220); }
H1.HeaderClassName
{
color: #3CF9DC;
}
.AnyTagClassName
{
color: #3CF9DC;
}
</style>
background-color css
<style>
a { background-color: #3CF9DC; }
a { background-color: rgb(60,249,220); }
div.DivClassName
{
background-color: #3CF9DC;
}
.BgClassName
{
background-color: #3CF9DC;
}
</style>
border-color css
<style>
span { border-color: #3CF9DC; }
span { border-color: rgb(60,249,220); }
td.TdClassName
{
border-color: #3CF9DC;
}
.TagClassName
{
border-color: #3CF9DC;
}
</style>