Shades of Turquoise #4FEFCF
Tints of Turquoise #4FEFCF
RGB
CMYK
RGB Variations
Color information
#4FEFCF (or 0x4FEFCF) is known color: Turquoise. HEX triplet: 4F, EF and CF. RGB value is (79,239,207). Sum of RGB (Red+Green+Blue) = 79+239+207=525 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.05% from 525); Green value is 239 (93.75% from 255 or 45.52% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 239 - color contains mainly: green. Hex color #4FEFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEFCF is #B01030. Grayscale: #BBBBBB. Windows color (decimal): -11538481 or 13627215. OLE color: 13627215.
HSL color Cylindrical-coordinate representation of color #4FEFCF: hue angle of 168º 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 #4FEFCF is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 239 | 207 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.06 |
| HSL | 168º | 0.83% | 0.62% | - |
| HSV(B) | 168º | 0.67% | 0.94% | - |
| XYZ | 45.35 | 67.9 | 69.75 | - |
| YUV | 187.51 | 138.99 | 50.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 239 | 207 | 0.67 | 0 | 0.13 | 0.06 | 168 | 0.83 | 0.62 |
| Hex | 4F | EF | CF | 43 | 0 | D | 6 | A8 | 53 | 3E |
| Octal | 117 | 357 | 317 | 103 | 0 | 15 | 6 | 250 | 123 | 76 |
| Binary | 1001111 | 11101111 | 11001111 | 1000011 | 0 | 1101 | 110 | 10101000 | 1010011 | 111110 |
Color Harmonies of #4FEFCF
Complementary color
Monochromatic Colors of #4FEFCF
Black with #4FEFCF
Text Example
Text Example
White with #4FEFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEFCF; }
p { color: rgb(79,239,207); }
H1.HeaderClassName
{
color: #4FEFCF;
}
.AnyTagClassName
{
color: #4FEFCF;
}
</style>
background-color css
<style>
a { background-color: #4FEFCF; }
a { background-color: rgb(79,239,207); }
div.DivClassName
{
background-color: #4FEFCF;
}
.BgClassName
{
background-color: #4FEFCF;
}
</style>
border-color css
<style>
span { border-color: #4FEFCF; }
span { border-color: rgb(79,239,207); }
td.TdClassName
{
border-color: #4FEFCF;
}
.TagClassName
{
border-color: #4FEFCF;
}
</style>