Shades of Turquoise #4FE6DC
Tints of Turquoise #4FE6DC
RGB
CMYK
RGB Variations
Color information
#4FE6DC (or 0x4FE6DC) is known color: Turquoise. HEX triplet: 4F, E6 and DC. RGB value is (79,230,220). Sum of RGB (Red+Green+Blue) = 79+230+220=529 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.93% from 529); Green value is 230 (90.23% from 255 or 43.48% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 230 - color contains mainly: green. Hex color #4FE6DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FE6DC is #B01923. Grayscale: #B7B7B7. Windows color (decimal): -11540772 or 14476879. OLE color: 14476879.
HSL color Cylindrical-coordinate representation of color #4FE6DC: hue angle of 176.03º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FE6DC is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 79 | 230 | 220 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.10 |
| HSL | 176.03º | 0.75% | 0.61% | - |
| HSV(B) | 176.03º | 0.66% | 0.9% | - |
| XYZ | 44.44 | 63.42 | 77.61 | - |
| YUV | 183.71 | 148.47 | 53.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 230 | 220 | 0.66 | 0 | 0.04 | 0.10 | 176.03 | 0.75 | 0.61 |
| Hex | 4F | E6 | DC | 42 | 0 | 4 | A | B0 | 4B | 3D |
| Octal | 117 | 346 | 334 | 102 | 0 | 4 | 12 | 260 | 113 | 75 |
| Binary | 1001111 | 11100110 | 11011100 | 1000010 | 0 | 100 | 1010 | 10110000 | 1001011 | 111101 |
Color Harmonies of #4FE6DC
Complementary color
Monochromatic Colors of #4FE6DC
Black with #4FE6DC
Text Example
Text Example
White with #4FE6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE6DC; }
p { color: rgb(79,230,220); }
H1.HeaderClassName
{
color: #4FE6DC;
}
.AnyTagClassName
{
color: #4FE6DC;
}
</style>
background-color css
<style>
a { background-color: #4FE6DC; }
a { background-color: rgb(79,230,220); }
div.DivClassName
{
background-color: #4FE6DC;
}
.BgClassName
{
background-color: #4FE6DC;
}
</style>
border-color css
<style>
span { border-color: #4FE6DC; }
span { border-color: rgb(79,230,220); }
td.TdClassName
{
border-color: #4FE6DC;
}
.TagClassName
{
border-color: #4FE6DC;
}
</style>