Shades of Turquoise #4FEEDB
Tints of Turquoise #4FEEDB
RGB
CMYK
RGB Variations
Color information
#4FEEDB (or 0x4FEEDB) is known color: Turquoise. HEX triplet: 4F, EE and DB. RGB value is (79,238,219). Sum of RGB (Red+Green+Blue) = 79+238+219=536 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.74% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 238 - color contains mainly: green. Hex color #4FEEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEEDB is #B01124. Grayscale: #BCBCBC. Windows color (decimal): -11538725 or 14413391. OLE color: 14413391.
HSL color Cylindrical-coordinate representation of color #4FEEDB: hue angle of 172.83º degrees, saturation: 0.82, 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 #4FEEDB is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 238 | 219 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.07 |
| HSL | 172.83º | 0.82% | 0.62% | - |
| HSV(B) | 172.83º | 0.67% | 0.93% | - |
| XYZ | 46.59 | 67.93 | 77.67 | - |
| YUV | 188.29 | 145.32 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 238 | 219 | 0.67 | 0 | 0.08 | 0.07 | 172.83 | 0.82 | 0.62 |
| Hex | 4F | EE | DB | 43 | 0 | 8 | 7 | AD | 52 | 3E |
| Octal | 117 | 356 | 333 | 103 | 0 | 10 | 7 | 255 | 122 | 76 |
| Binary | 1001111 | 11101110 | 11011011 | 1000011 | 0 | 1000 | 111 | 10101101 | 1010010 | 111110 |
Color Harmonies of #4FEEDB
Complementary color
Monochromatic Colors of #4FEEDB
Black with #4FEEDB
Text Example
Text Example
White with #4FEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEEDB; }
p { color: rgb(79,238,219); }
H1.HeaderClassName
{
color: #4FEEDB;
}
.AnyTagClassName
{
color: #4FEEDB;
}
</style>
background-color css
<style>
a { background-color: #4FEEDB; }
a { background-color: rgb(79,238,219); }
div.DivClassName
{
background-color: #4FEEDB;
}
.BgClassName
{
background-color: #4FEEDB;
}
</style>
border-color css
<style>
span { border-color: #4FEEDB; }
span { border-color: rgb(79,238,219); }
td.TdClassName
{
border-color: #4FEEDB;
}
.TagClassName
{
border-color: #4FEEDB;
}
</style>