Shades of Turquoise #4FEDD1
Tints of Turquoise #4FEDD1
RGB
CMYK
RGB Variations
Color information
#4FEDD1 (or 0x4FEDD1) is known color: Turquoise. HEX triplet: 4F, ED and D1. RGB value is (79,237,209). Sum of RGB (Red+Green+Blue) = 79+237+209=525 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.05% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 209 (82.03% from 255 or 39.81% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #4FEDD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEDD1 is #B0122E. Grayscale: #BABABA. Windows color (decimal): -11538991 or 13757775. OLE color: 13757775.
HSL color Cylindrical-coordinate representation of color #4FEDD1: hue angle of 169.37º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEDD1 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 237 | 209 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.07 |
| HSL | 169.37º | 0.81% | 0.62% | - |
| HSV(B) | 169.37º | 0.67% | 0.93% | - |
| XYZ | 45.02 | 66.83 | 70.85 | - |
| YUV | 186.57 | 140.65 | 51.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 237 | 209 | 0.67 | 0 | 0.12 | 0.07 | 169.37 | 0.81 | 0.62 |
| Hex | 4F | ED | D1 | 43 | 0 | C | 7 | A9 | 51 | 3E |
| Octal | 117 | 355 | 321 | 103 | 0 | 14 | 7 | 251 | 121 | 76 |
| Binary | 1001111 | 11101101 | 11010001 | 1000011 | 0 | 1100 | 111 | 10101001 | 1010001 | 111110 |
Color Harmonies of #4FEDD1
Complementary color
Monochromatic Colors of #4FEDD1
Black with #4FEDD1
Text Example
Text Example
White with #4FEDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEDD1; }
p { color: rgb(79,237,209); }
H1.HeaderClassName
{
color: #4FEDD1;
}
.AnyTagClassName
{
color: #4FEDD1;
}
</style>
background-color css
<style>
a { background-color: #4FEDD1; }
a { background-color: rgb(79,237,209); }
div.DivClassName
{
background-color: #4FEDD1;
}
.BgClassName
{
background-color: #4FEDD1;
}
</style>
border-color css
<style>
span { border-color: #4FEDD1; }
span { border-color: rgb(79,237,209); }
td.TdClassName
{
border-color: #4FEDD1;
}
.TagClassName
{
border-color: #4FEDD1;
}
</style>