Shades of Turquoise #4FEDDF
Tints of Turquoise #4FEDDF
RGB
CMYK
RGB Variations
Color information
#4FEDDF (or 0x4FEDDF) is known color: Turquoise. HEX triplet: 4F, ED and DF. RGB value is (79,237,223). Sum of RGB (Red+Green+Blue) = 79+237+223=539 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.66% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #4FEDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEDDF is #B01220. Grayscale: #BCBCBC. Windows color (decimal): -11538977 or 14675279. OLE color: 14675279.
HSL color Cylindrical-coordinate representation of color #4FEDDF: hue angle of 174.68º 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 #4FEDDF is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 237 | 223 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.07 |
| HSL | 174.68º | 0.81% | 0.62% | - |
| HSV(B) | 174.68º | 0.67% | 0.93% | - |
| XYZ | 46.83 | 67.56 | 80.38 | - |
| YUV | 188.16 | 147.65 | 50.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 237 | 223 | 0.67 | 0 | 0.06 | 0.07 | 174.68 | 0.81 | 0.62 |
| Hex | 4F | ED | DF | 43 | 0 | 6 | 7 | AF | 51 | 3E |
| Octal | 117 | 355 | 337 | 103 | 0 | 6 | 7 | 257 | 121 | 76 |
| Binary | 1001111 | 11101101 | 11011111 | 1000011 | 0 | 110 | 111 | 10101111 | 1010001 | 111110 |
Color Harmonies of #4FEDDF
Complementary color
Monochromatic Colors of #4FEDDF
Black with #4FEDDF
Text Example
Text Example
White with #4FEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEDDF; }
p { color: rgb(79,237,223); }
H1.HeaderClassName
{
color: #4FEDDF;
}
.AnyTagClassName
{
color: #4FEDDF;
}
</style>
background-color css
<style>
a { background-color: #4FEDDF; }
a { background-color: rgb(79,237,223); }
div.DivClassName
{
background-color: #4FEDDF;
}
.BgClassName
{
background-color: #4FEDDF;
}
</style>
border-color css
<style>
span { border-color: #4FEDDF; }
span { border-color: rgb(79,237,223); }
td.TdClassName
{
border-color: #4FEDDF;
}
.TagClassName
{
border-color: #4FEDDF;
}
</style>