Shades of Turquoise #4FEFCD
Tints of Turquoise #4FEFCD
RGB
CMYK
RGB Variations
Color information
#4FEFCD (or 0x4FEFCD) is known color: Turquoise. HEX triplet: 4F, EF and CD. RGB value is (79,239,205). Sum of RGB (Red+Green+Blue) = 79+239+205=523 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.11% from 523); Green value is 239 (93.75% from 255 or 45.70% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 239 - color contains mainly: green. Hex color #4FEFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEFCD is #B01032. Grayscale: #BBBBBB. Windows color (decimal): -11538483 or 13496143. OLE color: 13496143.
HSL color Cylindrical-coordinate representation of color #4FEFCD: hue angle of 167.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 #4FEFCD is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 239 | 205 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.06 |
| HSL | 167.25º | 0.83% | 0.62% | - |
| HSV(B) | 167.25º | 0.67% | 0.94% | - |
| XYZ | 45.11 | 67.8 | 68.47 | - |
| YUV | 187.28 | 137.99 | 50.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 239 | 205 | 0.67 | 0 | 0.14 | 0.06 | 167.25 | 0.83 | 0.62 |
| Hex | 4F | EF | CD | 43 | 0 | E | 6 | A7 | 53 | 3E |
| Octal | 117 | 357 | 315 | 103 | 0 | 16 | 6 | 247 | 123 | 76 |
| Binary | 1001111 | 11101111 | 11001101 | 1000011 | 0 | 1110 | 110 | 10100111 | 1010011 | 111110 |
Color Harmonies of #4FEFCD
Complementary color
Monochromatic Colors of #4FEFCD
Black with #4FEFCD
Text Example
Text Example
White with #4FEFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEFCD; }
p { color: rgb(79,239,205); }
H1.HeaderClassName
{
color: #4FEFCD;
}
.AnyTagClassName
{
color: #4FEFCD;
}
</style>
background-color css
<style>
a { background-color: #4FEFCD; }
a { background-color: rgb(79,239,205); }
div.DivClassName
{
background-color: #4FEFCD;
}
.BgClassName
{
background-color: #4FEFCD;
}
</style>
border-color css
<style>
span { border-color: #4FEFCD; }
span { border-color: rgb(79,239,205); }
td.TdClassName
{
border-color: #4FEFCD;
}
.TagClassName
{
border-color: #4FEFCD;
}
</style>