Shades of Turquoise #4FDEE0
Tints of Turquoise #4FDEE0
RGB
CMYK
RGB Variations
Color information
#4FDEE0 (or 0x4FDEE0) is known color: Turquoise. HEX triplet: 4F, DE and E0. RGB value is (79,222,224). Sum of RGB (Red+Green+Blue) = 79+222+224=525 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.05% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #4FDEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDEE0 is #B0211F. Grayscale: #B3B3B3. Windows color (decimal): -11542816 or 14736975. OLE color: 14736975.
HSL color Cylindrical-coordinate representation of color #4FDEE0: hue angle of 180.83º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FDEE0 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 79 | 222 | 224 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.12 |
| HSL | 180.83º | 0.7% | 0.59% | - |
| HSV(B) | 180.83º | 0.65% | 0.88% | - |
| XYZ | 42.8 | 59.29 | 79.71 | - |
| YUV | 179.47 | 153.12 | 56.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 222 | 224 | 0.65 | 0.01 | 0 | 0.12 | 180.83 | 0.7 | 0.59 |
| Hex | 4F | DE | E0 | 41 | 1 | 0 | C | B5 | 46 | 3B |
| Octal | 117 | 336 | 340 | 101 | 1 | 0 | 14 | 265 | 106 | 73 |
| Binary | 1001111 | 11011110 | 11100000 | 1000001 | 1 | 0 | 1100 | 10110101 | 1000110 | 111011 |
Color Harmonies of #4FDEE0
Complementary color
Monochromatic Colors of #4FDEE0
Black with #4FDEE0
Text Example
Text Example
White with #4FDEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDEE0; }
p { color: rgb(79,222,224); }
H1.HeaderClassName
{
color: #4FDEE0;
}
.AnyTagClassName
{
color: #4FDEE0;
}
</style>
background-color css
<style>
a { background-color: #4FDEE0; }
a { background-color: rgb(79,222,224); }
div.DivClassName
{
background-color: #4FDEE0;
}
.BgClassName
{
background-color: #4FDEE0;
}
</style>
border-color css
<style>
span { border-color: #4FDEE0; }
span { border-color: rgb(79,222,224); }
td.TdClassName
{
border-color: #4FDEE0;
}
.TagClassName
{
border-color: #4FDEE0;
}
</style>