Shades of Turquoise #4FEFE4
Tints of Turquoise #4FEFE4
RGB
CMYK
RGB Variations
Color information
#4FEFE4 (or 0x4FEFE4) is known color: Turquoise. HEX triplet: 4F, EF and E4. RGB value is (79,239,228). Sum of RGB (Red+Green+Blue) = 79+239+228=546 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.47% from 546); Green value is 239 (93.75% from 255 or 43.77% from 546); Blue value is 228 (89.45% from 255 or 41.76% from 546); Max value from RGB is 239 - color contains mainly: green. Hex color #4FEFE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEFE4 is #B0101B. Grayscale: #BDBDBD. Windows color (decimal): -11538460 or 15003471. OLE color: 15003471.
HSL color Cylindrical-coordinate representation of color #4FEFE4: hue angle of 175.88º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEFE4 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 239 | 228 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.06 |
| HSL | 175.88º | 0.83% | 0.62% | - |
| HSV(B) | 175.88º | 0.67% | 0.94% | - |
| XYZ | 48.09 | 69 | 84.18 | - |
| YUV | 189.91 | 149.49 | 48.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 239 | 228 | 0.67 | 0 | 0.05 | 0.06 | 175.88 | 0.83 | 0.62 |
| Hex | 4F | EF | E4 | 43 | 0 | 5 | 6 | B0 | 53 | 3E |
| Octal | 117 | 357 | 344 | 103 | 0 | 5 | 6 | 260 | 123 | 76 |
| Binary | 1001111 | 11101111 | 11100100 | 1000011 | 0 | 101 | 110 | 10110000 | 1010011 | 111110 |
Color Harmonies of #4FEFE4
Complementary color
Monochromatic Colors of #4FEFE4
Black with #4FEFE4
Text Example
Text Example
White with #4FEFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEFE4; }
p { color: rgb(79,239,228); }
H1.HeaderClassName
{
color: #4FEFE4;
}
.AnyTagClassName
{
color: #4FEFE4;
}
</style>
background-color css
<style>
a { background-color: #4FEFE4; }
a { background-color: rgb(79,239,228); }
div.DivClassName
{
background-color: #4FEFE4;
}
.BgClassName
{
background-color: #4FEFE4;
}
</style>
border-color css
<style>
span { border-color: #4FEFE4; }
span { border-color: rgb(79,239,228); }
td.TdClassName
{
border-color: #4FEFE4;
}
.TagClassName
{
border-color: #4FEFE4;
}
</style>