Shades of Turquoise #4FEFCC
Tints of Turquoise #4FEFCC
RGB
CMYK
RGB Variations
Color information
#4FEFCC (or 0x4FEFCC) is known color: Turquoise. HEX triplet: 4F, EF and CC. RGB value is (79,239,204). Sum of RGB (Red+Green+Blue) = 79+239+204=522 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.13% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 239 - color contains mainly: green. Hex color #4FEFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEFCC is #B01033. Grayscale: #BBBBBB. Windows color (decimal): -11538484 or 13430607. OLE color: 13430607.
HSL color Cylindrical-coordinate representation of color #4FEFCC: hue angle of 166.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 #4FEFCC is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 239 | 204 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.06 |
| HSL | 166.88º | 0.83% | 0.62% | - |
| HSV(B) | 166.88º | 0.67% | 0.94% | - |
| XYZ | 44.99 | 67.75 | 67.83 | - |
| YUV | 187.17 | 137.49 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 239 | 204 | 0.67 | 0 | 0.15 | 0.06 | 166.88 | 0.83 | 0.62 |
| Hex | 4F | EF | CC | 43 | 0 | F | 6 | A7 | 53 | 3E |
| Octal | 117 | 357 | 314 | 103 | 0 | 17 | 6 | 247 | 123 | 76 |
| Binary | 1001111 | 11101111 | 11001100 | 1000011 | 0 | 1111 | 110 | 10100111 | 1010011 | 111110 |
Color Harmonies of #4FEFCC
Complementary color
Monochromatic Colors of #4FEFCC
Black with #4FEFCC
Text Example
Text Example
White with #4FEFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEFCC; }
p { color: rgb(79,239,204); }
H1.HeaderClassName
{
color: #4FEFCC;
}
.AnyTagClassName
{
color: #4FEFCC;
}
</style>
background-color css
<style>
a { background-color: #4FEFCC; }
a { background-color: rgb(79,239,204); }
div.DivClassName
{
background-color: #4FEFCC;
}
.BgClassName
{
background-color: #4FEFCC;
}
</style>
border-color css
<style>
span { border-color: #4FEFCC; }
span { border-color: rgb(79,239,204); }
td.TdClassName
{
border-color: #4FEFCC;
}
.TagClassName
{
border-color: #4FEFCC;
}
</style>