Shades of Turquoise #3FF0C2
Tints of Turquoise #3FF0C2
RGB
CMYK
RGB Variations
Color information
#3FF0C2 (or 0x3FF0C2) is known color: Turquoise. HEX triplet: 3F, F0 and C2. RGB value is (63,240,194). Sum of RGB (Red+Green+Blue) = 63+240+194=497 (65% of max value = 765). Red value is 63 (25% from 255 or 12.68% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF0C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF0C2 is #C00F3D. Grayscale: #B5B5B5. Windows color (decimal): -12586814 or 12775487. OLE color: 12775487.
HSL color Cylindrical-coordinate representation of color #3FF0C2: hue angle of 164.41º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF0C2 is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 240 | 194 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.06 |
| HSL | 164.41º | 0.86% | 0.59% | - |
| HSV(B) | 164.41º | 0.74% | 0.94% | - |
| XYZ | 42.95 | 67.27 | 61.76 | - |
| YUV | 181.83 | 134.86 | 43.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 240 | 194 | 0.74 | 0 | 0.19 | 0.06 | 164.41 | 0.86 | 0.59 |
| Hex | 3F | F0 | C2 | 4A | 0 | 13 | 6 | A4 | 56 | 3B |
| Octal | 77 | 360 | 302 | 112 | 0 | 23 | 6 | 244 | 126 | 73 |
| Binary | 111111 | 11110000 | 11000010 | 1001010 | 0 | 10011 | 110 | 10100100 | 1010110 | 111011 |
Color Harmonies of #3FF0C2
Complementary color
Monochromatic Colors of #3FF0C2
Black with #3FF0C2
Text Example
Text Example
White with #3FF0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF0C2; }
p { color: rgb(63,240,194); }
H1.HeaderClassName
{
color: #3FF0C2;
}
.AnyTagClassName
{
color: #3FF0C2;
}
</style>
background-color css
<style>
a { background-color: #3FF0C2; }
a { background-color: rgb(63,240,194); }
div.DivClassName
{
background-color: #3FF0C2;
}
.BgClassName
{
background-color: #3FF0C2;
}
</style>
border-color css
<style>
span { border-color: #3FF0C2; }
span { border-color: rgb(63,240,194); }
td.TdClassName
{
border-color: #3FF0C2;
}
.TagClassName
{
border-color: #3FF0C2;
}
</style>