Shades of Turquoise #3CF2C1
Tints of Turquoise #3CF2C1
RGB
CMYK
RGB Variations
Color information
#3CF2C1 (or 0x3CF2C1) is known color: Turquoise. HEX triplet: 3C, F2 and C1. RGB value is (60,242,193). Sum of RGB (Red+Green+Blue) = 60+242+193=495 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.12% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF2C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF2C1 is #C30D3E. Grayscale: #B6B6B6. Windows color (decimal): -12782911 or 12710460. OLE color: 12710460.
HSL color Cylindrical-coordinate representation of color #3CF2C1: hue angle of 163.85º degrees, saturation: 0.88, 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 #3CF2C1 is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 242 | 193 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.05 |
| HSL | 163.85º | 0.88% | 0.59% | - |
| HSV(B) | 163.85º | 0.75% | 0.95% | - |
| XYZ | 43.24 | 68.32 | 61.36 | - |
| YUV | 182 | 134.2 | 40.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 193 | 0.75 | 0 | 0.20 | 0.05 | 163.85 | 0.88 | 0.59 |
| Hex | 3C | F2 | C1 | 4B | 0 | 14 | 5 | A4 | 58 | 3B |
| Octal | 74 | 362 | 301 | 113 | 0 | 24 | 5 | 244 | 130 | 73 |
| Binary | 111100 | 11110010 | 11000001 | 1001011 | 0 | 10100 | 101 | 10100100 | 1011000 | 111011 |
Color Harmonies of #3CF2C1
Complementary color
Monochromatic Colors of #3CF2C1
Black with #3CF2C1
Text Example
Text Example
White with #3CF2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF2C1; }
p { color: rgb(60,242,193); }
H1.HeaderClassName
{
color: #3CF2C1;
}
.AnyTagClassName
{
color: #3CF2C1;
}
</style>
background-color css
<style>
a { background-color: #3CF2C1; }
a { background-color: rgb(60,242,193); }
div.DivClassName
{
background-color: #3CF2C1;
}
.BgClassName
{
background-color: #3CF2C1;
}
</style>
border-color css
<style>
span { border-color: #3CF2C1; }
span { border-color: rgb(60,242,193); }
td.TdClassName
{
border-color: #3CF2C1;
}
.TagClassName
{
border-color: #3CF2C1;
}
</style>