Shades of Turquoise #4FF6C3
Tints of Turquoise #4FF6C3
RGB
CMYK
RGB Variations
Color information
#4FF6C3 (or 0x4FF6C3) is known color: Turquoise. HEX triplet: 4F, F6 and C3. RGB value is (79,246,195). Sum of RGB (Red+Green+Blue) = 79+246+195=520 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.19% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 246 - color contains mainly: green. Hex color #4FF6C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF6C3 is #B0093C. Grayscale: #BEBEBE. Windows color (decimal): -11536701 or 12842575. OLE color: 12842575.
HSL color Cylindrical-coordinate representation of color #4FF6C3: hue angle of 161.68º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FF6C3 is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 79 | 246 | 195 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.04 |
| HSL | 161.68º | 0.9% | 0.64% | - |
| HSV(B) | 161.68º | 0.68% | 0.96% | - |
| XYZ | 46.03 | 71.51 | 63.01 | - |
| YUV | 190.25 | 130.67 | 48.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 246 | 195 | 0.68 | 0 | 0.21 | 0.04 | 161.68 | 0.9 | 0.64 |
| Hex | 4F | F6 | C3 | 44 | 0 | 15 | 4 | A2 | 5A | 40 |
| Octal | 117 | 366 | 303 | 104 | 0 | 25 | 4 | 242 | 132 | 100 |
| Binary | 1001111 | 11110110 | 11000011 | 1000100 | 0 | 10101 | 100 | 10100010 | 1011010 | 1000000 |
Color Harmonies of #4FF6C3
Complementary color
Monochromatic Colors of #4FF6C3
Black with #4FF6C3
Text Example
Text Example
White with #4FF6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF6C3; }
p { color: rgb(79,246,195); }
H1.HeaderClassName
{
color: #4FF6C3;
}
.AnyTagClassName
{
color: #4FF6C3;
}
</style>
background-color css
<style>
a { background-color: #4FF6C3; }
a { background-color: rgb(79,246,195); }
div.DivClassName
{
background-color: #4FF6C3;
}
.BgClassName
{
background-color: #4FF6C3;
}
</style>
border-color css
<style>
span { border-color: #4FF6C3; }
span { border-color: rgb(79,246,195); }
td.TdClassName
{
border-color: #4FF6C3;
}
.TagClassName
{
border-color: #4FF6C3;
}
</style>