Shades of Turquoise #4FF1E7
Tints of Turquoise #4FF1E7
RGB
CMYK
RGB Variations
Color information
#4FF1E7 (or 0x4FF1E7) is known color: Turquoise. HEX triplet: 4F, F1 and E7. RGB value is (79,241,231). Sum of RGB (Red+Green+Blue) = 79+241+231=551 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.34% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 231 (90.62% from 255 or 41.92% from 551); Max value from RGB is 241 - color contains mainly: green. Hex color #4FF1E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FF1E7 is #B00E18. Grayscale: #BFBFBF. Windows color (decimal): -11537945 or 15200591. OLE color: 15200591.
HSL color Cylindrical-coordinate representation of color #4FF1E7: hue angle of 176.3º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FF1E7 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 241 | 231 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.05 |
| HSL | 176.3º | 0.85% | 0.63% | - |
| HSV(B) | 176.3º | 0.67% | 0.95% | - |
| XYZ | 49.1 | 70.34 | 86.59 | - |
| YUV | 191.42 | 150.33 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 241 | 231 | 0.67 | 0 | 0.04 | 0.05 | 176.3 | 0.85 | 0.63 |
| Hex | 4F | F1 | E7 | 43 | 0 | 4 | 5 | B0 | 55 | 3F |
| Octal | 117 | 361 | 347 | 103 | 0 | 4 | 5 | 260 | 125 | 77 |
| Binary | 1001111 | 11110001 | 11100111 | 1000011 | 0 | 100 | 101 | 10110000 | 1010101 | 111111 |
Color Harmonies of #4FF1E7
Complementary color
Monochromatic Colors of #4FF1E7
Black with #4FF1E7
Text Example
Text Example
White with #4FF1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF1E7; }
p { color: rgb(79,241,231); }
H1.HeaderClassName
{
color: #4FF1E7;
}
.AnyTagClassName
{
color: #4FF1E7;
}
</style>
background-color css
<style>
a { background-color: #4FF1E7; }
a { background-color: rgb(79,241,231); }
div.DivClassName
{
background-color: #4FF1E7;
}
.BgClassName
{
background-color: #4FF1E7;
}
</style>
border-color css
<style>
span { border-color: #4FF1E7; }
span { border-color: rgb(79,241,231); }
td.TdClassName
{
border-color: #4FF1E7;
}
.TagClassName
{
border-color: #4FF1E7;
}
</style>