Shades of Turquoise #4FEFE5
Tints of Turquoise #4FEFE5
RGB
CMYK
RGB Variations
Color information
#4FEFE5 (or 0x4FEFE5) is known color: Turquoise. HEX triplet: 4F, EF and E5. RGB value is (79,239,229). Sum of RGB (Red+Green+Blue) = 79+239+229=547 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.44% from 547); Green value is 239 (93.75% from 255 or 43.69% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 239 - color contains mainly: green. Hex color #4FEFE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEFE5 is #B0101A. Grayscale: #BDBDBD. Windows color (decimal): -11538459 or 15069007. OLE color: 15069007.
HSL color Cylindrical-coordinate representation of color #4FEFE5: hue angle of 176.25º 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 #4FEFE5 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 239 | 229 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.06 |
| HSL | 176.25º | 0.83% | 0.62% | - |
| HSV(B) | 176.25º | 0.67% | 0.94% | - |
| XYZ | 48.23 | 69.05 | 84.92 | - |
| YUV | 190.02 | 149.99 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 239 | 229 | 0.67 | 0 | 0.04 | 0.06 | 176.25 | 0.83 | 0.62 |
| Hex | 4F | EF | E5 | 43 | 0 | 4 | 6 | B0 | 53 | 3E |
| Octal | 117 | 357 | 345 | 103 | 0 | 4 | 6 | 260 | 123 | 76 |
| Binary | 1001111 | 11101111 | 11100101 | 1000011 | 0 | 100 | 110 | 10110000 | 1010011 | 111110 |
Color Harmonies of #4FEFE5
Complementary color
Monochromatic Colors of #4FEFE5
Black with #4FEFE5
Text Example
Text Example
White with #4FEFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEFE5; }
p { color: rgb(79,239,229); }
H1.HeaderClassName
{
color: #4FEFE5;
}
.AnyTagClassName
{
color: #4FEFE5;
}
</style>
background-color css
<style>
a { background-color: #4FEFE5; }
a { background-color: rgb(79,239,229); }
div.DivClassName
{
background-color: #4FEFE5;
}
.BgClassName
{
background-color: #4FEFE5;
}
</style>
border-color css
<style>
span { border-color: #4FEFE5; }
span { border-color: rgb(79,239,229); }
td.TdClassName
{
border-color: #4FEFE5;
}
.TagClassName
{
border-color: #4FEFE5;
}
</style>