Shades of Turquoise #4FF8DC
Tints of Turquoise #4FF8DC
RGB
CMYK
RGB Variations
Color information
#4FF8DC (or 0x4FF8DC) is known color: Turquoise. HEX triplet: 4F, F8 and DC. RGB value is (79,248,220). Sum of RGB (Red+Green+Blue) = 79+248+220=547 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.44% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 248 - color contains mainly: green. Hex color #4FF8DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF8DC is #B00723. Grayscale: #C2C2C2. Windows color (decimal): -11536164 or 14481487. OLE color: 14481487.
HSL color Cylindrical-coordinate representation of color #4FF8DC: hue angle of 170.06º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FF8DC is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 79 | 248 | 220 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.03 |
| HSL | 170.06º | 0.92% | 0.64% | - |
| HSV(B) | 170.06º | 0.68% | 0.97% | - |
| XYZ | 49.71 | 73.96 | 79.37 | - |
| YUV | 194.28 | 142.51 | 45.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 248 | 220 | 0.68 | 0 | 0.11 | 0.03 | 170.06 | 0.92 | 0.64 |
| Hex | 4F | F8 | DC | 44 | 0 | B | 3 | AA | 5C | 40 |
| Octal | 117 | 370 | 334 | 104 | 0 | 13 | 3 | 252 | 134 | 100 |
| Binary | 1001111 | 11111000 | 11011100 | 1000100 | 0 | 1011 | 11 | 10101010 | 1011100 | 1000000 |
Color Harmonies of #4FF8DC
Complementary color
Monochromatic Colors of #4FF8DC
Black with #4FF8DC
Text Example
Text Example
White with #4FF8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF8DC; }
p { color: rgb(79,248,220); }
H1.HeaderClassName
{
color: #4FF8DC;
}
.AnyTagClassName
{
color: #4FF8DC;
}
</style>
background-color css
<style>
a { background-color: #4FF8DC; }
a { background-color: rgb(79,248,220); }
div.DivClassName
{
background-color: #4FF8DC;
}
.BgClassName
{
background-color: #4FF8DC;
}
</style>
border-color css
<style>
span { border-color: #4FF8DC; }
span { border-color: rgb(79,248,220); }
td.TdClassName
{
border-color: #4FF8DC;
}
.TagClassName
{
border-color: #4FF8DC;
}
</style>