Shades of Turquoise #3CF1C3
Tints of Turquoise #3CF1C3
RGB
CMYK
RGB Variations
Color information
#3CF1C3 (or 0x3CF1C3) is known color: Turquoise. HEX triplet: 3C, F1 and C3. RGB value is (60,241,195). Sum of RGB (Red+Green+Blue) = 60+241+195=496 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.10% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF1C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF1C3 is #C30E3C. Grayscale: #B5B5B5. Windows color (decimal): -12783165 or 12841276. OLE color: 12841276.
HSL color Cylindrical-coordinate representation of color #3CF1C3: hue angle of 164.75º 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 #3CF1C3 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 241 | 195 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.05 |
| HSL | 164.75º | 0.87% | 0.59% | - |
| HSV(B) | 164.75º | 0.75% | 0.95% | - |
| XYZ | 43.17 | 67.81 | 62.44 | - |
| YUV | 181.64 | 135.53 | 41.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 241 | 195 | 0.75 | 0 | 0.19 | 0.05 | 164.75 | 0.87 | 0.59 |
| Hex | 3C | F1 | C3 | 4B | 0 | 13 | 5 | A5 | 57 | 3B |
| Octal | 74 | 361 | 303 | 113 | 0 | 23 | 5 | 245 | 127 | 73 |
| Binary | 111100 | 11110001 | 11000011 | 1001011 | 0 | 10011 | 101 | 10100101 | 1010111 | 111011 |
Color Harmonies of #3CF1C3
Complementary color
Monochromatic Colors of #3CF1C3
Black with #3CF1C3
Text Example
Text Example
White with #3CF1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF1C3; }
p { color: rgb(60,241,195); }
H1.HeaderClassName
{
color: #3CF1C3;
}
.AnyTagClassName
{
color: #3CF1C3;
}
</style>
background-color css
<style>
a { background-color: #3CF1C3; }
a { background-color: rgb(60,241,195); }
div.DivClassName
{
background-color: #3CF1C3;
}
.BgClassName
{
background-color: #3CF1C3;
}
</style>
border-color css
<style>
span { border-color: #3CF1C3; }
span { border-color: rgb(60,241,195); }
td.TdClassName
{
border-color: #3CF1C3;
}
.TagClassName
{
border-color: #3CF1C3;
}
</style>