Shades of Turquoise #4FEEED
Tints of Turquoise #4FEEED
RGB
CMYK
RGB Variations
Color information
#4FEEED (or 0x4FEEED) is known color: Turquoise. HEX triplet: 4F, EE and ED. RGB value is (79,238,237). Sum of RGB (Red+Green+Blue) = 79+238+237=554 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.26% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 238 - color contains mainly: green. Hex color #4FEEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEEED is #B01112. Grayscale: #BEBEBE. Windows color (decimal): -11538707 or 15593039. OLE color: 15593039.
HSL color Cylindrical-coordinate representation of color #4FEEED: hue angle of 179.62º 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 #4FEEED is Cyan = 0.67, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 238 | 237 | - |
| CMYK | 0.67 | 0 | 0.00 | 0.07 |
| HSL | 179.62º | 0.82% | 0.62% | - |
| HSV(B) | 179.62º | 0.67% | 0.93% | - |
| XYZ | 49.09 | 68.93 | 90.84 | - |
| YUV | 190.35 | 154.32 | 48.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 238 | 237 | 0.67 | 0 | 0.00 | 0.07 | 179.62 | 0.82 | 0.62 |
| Hex | 4F | EE | ED | 43 | 0 | 0 | 7 | B4 | 52 | 3E |
| Octal | 117 | 356 | 355 | 103 | 0 | 0 | 7 | 264 | 122 | 76 |
| Binary | 1001111 | 11101110 | 11101101 | 1000011 | 0 | 0 | 111 | 10110100 | 1010010 | 111110 |
Color Harmonies of #4FEEED
Complementary color
Monochromatic Colors of #4FEEED
Black with #4FEEED
Text Example
Text Example
White with #4FEEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEEED; }
p { color: rgb(79,238,237); }
H1.HeaderClassName
{
color: #4FEEED;
}
.AnyTagClassName
{
color: #4FEEED;
}
</style>
background-color css
<style>
a { background-color: #4FEEED; }
a { background-color: rgb(79,238,237); }
div.DivClassName
{
background-color: #4FEEED;
}
.BgClassName
{
background-color: #4FEEED;
}
</style>
border-color css
<style>
span { border-color: #4FEEED; }
span { border-color: rgb(79,238,237); }
td.TdClassName
{
border-color: #4FEEED;
}
.TagClassName
{
border-color: #4FEEED;
}
</style>