Shades of Turquoise #4FEECB
Tints of Turquoise #4FEECB
RGB
CMYK
RGB Variations
Color information
#4FEECB (or 0x4FEECB) is known color: Turquoise. HEX triplet: 4F, EE and CB. RGB value is (79,238,203). Sum of RGB (Red+Green+Blue) = 79+238+203=520 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.19% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #4FEECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEECB is #B01134. Grayscale: #BABABA. Windows color (decimal): -11538741 or 13364815. OLE color: 13364815.
HSL color Cylindrical-coordinate representation of color #4FEECB: hue angle of 166.79º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEECB is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 238 | 203 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.07 |
| HSL | 166.79º | 0.82% | 0.62% | - |
| HSV(B) | 166.79º | 0.67% | 0.93% | - |
| XYZ | 44.58 | 67.12 | 67.11 | - |
| YUV | 186.47 | 137.32 | 51.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 238 | 203 | 0.67 | 0 | 0.15 | 0.07 | 166.79 | 0.82 | 0.62 |
| Hex | 4F | EE | CB | 43 | 0 | F | 7 | A7 | 52 | 3E |
| Octal | 117 | 356 | 313 | 103 | 0 | 17 | 7 | 247 | 122 | 76 |
| Binary | 1001111 | 11101110 | 11001011 | 1000011 | 0 | 1111 | 111 | 10100111 | 1010010 | 111110 |
Color Harmonies of #4FEECB
Complementary color
Monochromatic Colors of #4FEECB
Black with #4FEECB
Text Example
Text Example
White with #4FEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEECB; }
p { color: rgb(79,238,203); }
H1.HeaderClassName
{
color: #4FEECB;
}
.AnyTagClassName
{
color: #4FEECB;
}
</style>
background-color css
<style>
a { background-color: #4FEECB; }
a { background-color: rgb(79,238,203); }
div.DivClassName
{
background-color: #4FEECB;
}
.BgClassName
{
background-color: #4FEECB;
}
</style>
border-color css
<style>
span { border-color: #4FEECB; }
span { border-color: rgb(79,238,203); }
td.TdClassName
{
border-color: #4FEECB;
}
.TagClassName
{
border-color: #4FEECB;
}
</style>