Shades of Turquoise #4FFDE6
Tints of Turquoise #4FFDE6
RGB
CMYK
RGB Variations
Color information
#4FFDE6 (or 0x4FFDE6) is known color: Turquoise. HEX triplet: 4F, FD and E6. RGB value is (79,253,230). Sum of RGB (Red+Green+Blue) = 79+253+230=562 (74% of max value = 765). Red value is 79 (31.25% from 255 or 14.06% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #4FFDE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFDE6 is #B00219. Grayscale: #C6C6C6. Windows color (decimal): -11534874 or 15138127. OLE color: 15138127.
HSL color Cylindrical-coordinate representation of color #4FFDE6: hue angle of 172.07º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFDE6 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 253 | 230 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.01 |
| HSL | 172.07º | 0.98% | 0.65% | - |
| HSV(B) | 172.07º | 0.69% | 0.99% | - |
| XYZ | 52.63 | 77.63 | 87.07 | - |
| YUV | 198.35 | 145.85 | 42.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 253 | 230 | 0.69 | 0 | 0.09 | 0.01 | 172.07 | 0.98 | 0.65 |
| Hex | 4F | FD | E6 | 45 | 0 | 9 | 1 | AC | 62 | 41 |
| Octal | 117 | 375 | 346 | 105 | 0 | 11 | 1 | 254 | 142 | 101 |
| Binary | 1001111 | 11111101 | 11100110 | 1000101 | 0 | 1001 | 1 | 10101100 | 1100010 | 1000001 |
Color Harmonies of #4FFDE6
Complementary color
Monochromatic Colors of #4FFDE6
Black with #4FFDE6
Text Example
Text Example
White with #4FFDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFDE6; }
p { color: rgb(79,253,230); }
H1.HeaderClassName
{
color: #4FFDE6;
}
.AnyTagClassName
{
color: #4FFDE6;
}
</style>
background-color css
<style>
a { background-color: #4FFDE6; }
a { background-color: rgb(79,253,230); }
div.DivClassName
{
background-color: #4FFDE6;
}
.BgClassName
{
background-color: #4FFDE6;
}
</style>
border-color css
<style>
span { border-color: #4FFDE6; }
span { border-color: rgb(79,253,230); }
td.TdClassName
{
border-color: #4FFDE6;
}
.TagClassName
{
border-color: #4FFDE6;
}
</style>