Shades of Turquoise #4FEEEC
Tints of Turquoise #4FEEEC
RGB
CMYK
RGB Variations
Color information
#4FEEEC (or 0x4FEEEC) is known color: Turquoise. HEX triplet: 4F, EE and EC. RGB value is (79,238,236). Sum of RGB (Red+Green+Blue) = 79+238+236=553 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.29% from 553); Green value is 238 (93.36% from 255 or 43.04% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 238 - color contains mainly: green. Hex color #4FEEEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEEEC is #B01113. Grayscale: #BEBEBE. Windows color (decimal): -11538708 or 15527503. OLE color: 15527503.
HSL color Cylindrical-coordinate representation of color #4FEEEC: hue angle of 179.25º 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 #4FEEEC is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 238 | 236 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.07 |
| HSL | 179.25º | 0.82% | 0.62% | - |
| HSV(B) | 179.25º | 0.67% | 0.93% | - |
| XYZ | 48.94 | 68.87 | 90.07 | - |
| YUV | 190.23 | 153.82 | 48.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 238 | 236 | 0.67 | 0 | 0.01 | 0.07 | 179.25 | 0.82 | 0.62 |
| Hex | 4F | EE | EC | 43 | 0 | 1 | 7 | B3 | 52 | 3E |
| Octal | 117 | 356 | 354 | 103 | 0 | 1 | 7 | 263 | 122 | 76 |
| Binary | 1001111 | 11101110 | 11101100 | 1000011 | 0 | 1 | 111 | 10110011 | 1010010 | 111110 |
Color Harmonies of #4FEEEC
Complementary color
Monochromatic Colors of #4FEEEC
Black with #4FEEEC
Text Example
Text Example
White with #4FEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEEEC; }
p { color: rgb(79,238,236); }
H1.HeaderClassName
{
color: #4FEEEC;
}
.AnyTagClassName
{
color: #4FEEEC;
}
</style>
background-color css
<style>
a { background-color: #4FEEEC; }
a { background-color: rgb(79,238,236); }
div.DivClassName
{
background-color: #4FEEEC;
}
.BgClassName
{
background-color: #4FEEEC;
}
</style>
border-color css
<style>
span { border-color: #4FEEEC; }
span { border-color: rgb(79,238,236); }
td.TdClassName
{
border-color: #4FEEEC;
}
.TagClassName
{
border-color: #4FEEEC;
}
</style>