Shades of Turquoise #4FEEE1
Tints of Turquoise #4FEEE1
RGB
CMYK
RGB Variations
Color information
#4FEEE1 (or 0x4FEEE1) is known color: Turquoise. HEX triplet: 4F, EE and E1. RGB value is (79,238,225). Sum of RGB (Red+Green+Blue) = 79+238+225=542 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.58% from 542); Green value is 238 (93.36% from 255 or 43.91% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 238 - color contains mainly: green. Hex color #4FEEE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEEE1 is #B0111E. Grayscale: #BCBCBC. Windows color (decimal): -11538719 or 14806607. OLE color: 14806607.
HSL color Cylindrical-coordinate representation of color #4FEEE1: hue angle of 175.09º 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 #4FEEE1 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 238 | 225 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.07 |
| HSL | 175.09º | 0.82% | 0.62% | - |
| HSV(B) | 175.09º | 0.67% | 0.93% | - |
| XYZ | 47.39 | 68.25 | 81.91 | - |
| YUV | 188.98 | 148.32 | 49.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 238 | 225 | 0.67 | 0 | 0.05 | 0.07 | 175.09 | 0.82 | 0.62 |
| Hex | 4F | EE | E1 | 43 | 0 | 5 | 7 | AF | 52 | 3E |
| Octal | 117 | 356 | 341 | 103 | 0 | 5 | 7 | 257 | 122 | 76 |
| Binary | 1001111 | 11101110 | 11100001 | 1000011 | 0 | 101 | 111 | 10101111 | 1010010 | 111110 |
Color Harmonies of #4FEEE1
Complementary color
Monochromatic Colors of #4FEEE1
Black with #4FEEE1
Text Example
Text Example
White with #4FEEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEEE1; }
p { color: rgb(79,238,225); }
H1.HeaderClassName
{
color: #4FEEE1;
}
.AnyTagClassName
{
color: #4FEEE1;
}
</style>
background-color css
<style>
a { background-color: #4FEEE1; }
a { background-color: rgb(79,238,225); }
div.DivClassName
{
background-color: #4FEEE1;
}
.BgClassName
{
background-color: #4FEEE1;
}
</style>
border-color css
<style>
span { border-color: #4FEEE1; }
span { border-color: rgb(79,238,225); }
td.TdClassName
{
border-color: #4FEEE1;
}
.TagClassName
{
border-color: #4FEEE1;
}
</style>