Shades of Turquoise #4FEFCB
Tints of Turquoise #4FEFCB
RGB
CMYK
RGB Variations
Color information
#4FEFCB (or 0x4FEFCB) is known color: Turquoise. HEX triplet: 4F, EF and CB. RGB value is (79,239,203). Sum of RGB (Red+Green+Blue) = 79+239+203=521 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.16% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #4FEFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEFCB is #B01034. Grayscale: #BBBBBB. Windows color (decimal): -11538485 or 13365071. OLE color: 13365071.
HSL color Cylindrical-coordinate representation of color #4FEFCB: hue angle of 166.5º 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 #4FEFCB is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 239 | 203 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.06 |
| HSL | 166.5º | 0.83% | 0.62% | - |
| HSV(B) | 166.5º | 0.67% | 0.94% | - |
| XYZ | 44.87 | 67.71 | 67.2 | - |
| YUV | 187.06 | 136.99 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 239 | 203 | 0.67 | 0 | 0.15 | 0.06 | 166.5 | 0.83 | 0.62 |
| Hex | 4F | EF | CB | 43 | 0 | F | 6 | A6 | 53 | 3E |
| Octal | 117 | 357 | 313 | 103 | 0 | 17 | 6 | 246 | 123 | 76 |
| Binary | 1001111 | 11101111 | 11001011 | 1000011 | 0 | 1111 | 110 | 10100110 | 1010011 | 111110 |
Color Harmonies of #4FEFCB
Complementary color
Monochromatic Colors of #4FEFCB
Black with #4FEFCB
Text Example
Text Example
White with #4FEFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEFCB; }
p { color: rgb(79,239,203); }
H1.HeaderClassName
{
color: #4FEFCB;
}
.AnyTagClassName
{
color: #4FEFCB;
}
</style>
background-color css
<style>
a { background-color: #4FEFCB; }
a { background-color: rgb(79,239,203); }
div.DivClassName
{
background-color: #4FEFCB;
}
.BgClassName
{
background-color: #4FEFCB;
}
</style>
border-color css
<style>
span { border-color: #4FEFCB; }
span { border-color: rgb(79,239,203); }
td.TdClassName
{
border-color: #4FEFCB;
}
.TagClassName
{
border-color: #4FEFCB;
}
</style>