Shades of Turquoise #3CF1BC
Tints of Turquoise #3CF1BC
RGB
CMYK
RGB Variations
Color information
#3CF1BC (or 0x3CF1BC) is known color: Turquoise. HEX triplet: 3C, F1 and BC. RGB value is (60,241,188). Sum of RGB (Red+Green+Blue) = 60+241+188=489 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.27% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF1BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF1BC is #C30E43. Grayscale: #B4B4B4. Windows color (decimal): -12783172 or 12382524. OLE color: 12382524.
HSL color Cylindrical-coordinate representation of color #3CF1BC: hue angle of 162.43º 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 #3CF1BC is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 241 | 188 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.05 |
| HSL | 162.43º | 0.87% | 0.59% | - |
| HSV(B) | 162.43º | 0.75% | 0.95% | - |
| XYZ | 42.4 | 67.5 | 58.37 | - |
| YUV | 180.84 | 132.03 | 41.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 241 | 188 | 0.75 | 0 | 0.22 | 0.05 | 162.43 | 0.87 | 0.59 |
| Hex | 3C | F1 | BC | 4B | 0 | 16 | 5 | A2 | 57 | 3B |
| Octal | 74 | 361 | 274 | 113 | 0 | 26 | 5 | 242 | 127 | 73 |
| Binary | 111100 | 11110001 | 10111100 | 1001011 | 0 | 10110 | 101 | 10100010 | 1010111 | 111011 |
Color Harmonies of #3CF1BC
Complementary color
Monochromatic Colors of #3CF1BC
Black with #3CF1BC
Text Example
Text Example
White with #3CF1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF1BC; }
p { color: rgb(60,241,188); }
H1.HeaderClassName
{
color: #3CF1BC;
}
.AnyTagClassName
{
color: #3CF1BC;
}
</style>
background-color css
<style>
a { background-color: #3CF1BC; }
a { background-color: rgb(60,241,188); }
div.DivClassName
{
background-color: #3CF1BC;
}
.BgClassName
{
background-color: #3CF1BC;
}
</style>
border-color css
<style>
span { border-color: #3CF1BC; }
span { border-color: rgb(60,241,188); }
td.TdClassName
{
border-color: #3CF1BC;
}
.TagClassName
{
border-color: #3CF1BC;
}
</style>