Shades of Turquoise #4FE8CB
Tints of Turquoise #4FE8CB
RGB
CMYK
RGB Variations
Color information
#4FE8CB (or 0x4FE8CB) is known color: Turquoise. HEX triplet: 4F, E8 and CB. RGB value is (79,232,203). Sum of RGB (Red+Green+Blue) = 79+232+203=514 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.37% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 232 - color contains mainly: green. Hex color #4FE8CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FE8CB is #B01734. Grayscale: #B6B6B6. Windows color (decimal): -11540277 or 13363279. OLE color: 13363279.
HSL color Cylindrical-coordinate representation of color #4FE8CB: hue angle of 168.63º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FE8CB is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 232 | 203 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.09 |
| HSL | 168.63º | 0.77% | 0.61% | - |
| HSV(B) | 168.63º | 0.66% | 0.91% | - |
| XYZ | 42.86 | 63.69 | 66.53 | - |
| YUV | 182.95 | 139.31 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 232 | 203 | 0.66 | 0 | 0.12 | 0.09 | 168.63 | 0.77 | 0.61 |
| Hex | 4F | E8 | CB | 42 | 0 | C | 9 | A9 | 4D | 3D |
| Octal | 117 | 350 | 313 | 102 | 0 | 14 | 11 | 251 | 115 | 75 |
| Binary | 1001111 | 11101000 | 11001011 | 1000010 | 0 | 1100 | 1001 | 10101001 | 1001101 | 111101 |
Color Harmonies of #4FE8CB
Complementary color
Monochromatic Colors of #4FE8CB
Black with #4FE8CB
Text Example
Text Example
White with #4FE8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE8CB; }
p { color: rgb(79,232,203); }
H1.HeaderClassName
{
color: #4FE8CB;
}
.AnyTagClassName
{
color: #4FE8CB;
}
</style>
background-color css
<style>
a { background-color: #4FE8CB; }
a { background-color: rgb(79,232,203); }
div.DivClassName
{
background-color: #4FE8CB;
}
.BgClassName
{
background-color: #4FE8CB;
}
</style>
border-color css
<style>
span { border-color: #4FE8CB; }
span { border-color: rgb(79,232,203); }
td.TdClassName
{
border-color: #4FE8CB;
}
.TagClassName
{
border-color: #4FE8CB;
}
</style>