Shades of Turquoise #4EFFCB
Tints of Turquoise #4EFFCB
RGB
CMYK
RGB Variations
Color information
#4EFFCB (or 0x4EFFCB) is known color: Turquoise. HEX triplet: 4E, FF and CB. RGB value is (78,255,203). Sum of RGB (Red+Green+Blue) = 78+255+203=536 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.55% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFFCB is #B10034. Grayscale: #C4C4C4. Windows color (decimal): -11599925 or 13369166. OLE color: 13369166.
HSL color Cylindrical-coordinate representation of color #4EFFCB: hue angle of 162.37º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFFCB is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 255 | 203 | - |
| CMYK | 0.69 | 0 | 0.20 | 0 |
| HSL | 162.37º | 1% | 0.65% | - |
| HSV(B) | 162.37º | 0.69% | 1% | - |
| XYZ | 49.68 | 77.45 | 68.83 | - |
| YUV | 196.15 | 131.86 | 43.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 255 | 203 | 0.69 | 0 | 0.20 | 0 | 162.37 | 1 | 0.65 |
| Hex | 4E | FF | CB | 45 | 0 | 14 | 0 | A2 | 64 | 41 |
| Octal | 116 | 377 | 313 | 105 | 0 | 24 | 0 | 242 | 144 | 101 |
| Binary | 1001110 | 11111111 | 11001011 | 1000101 | 0 | 10100 | 0 | 10100010 | 1100100 | 1000001 |
Color Harmonies of #4EFFCB
Complementary color
Monochromatic Colors of #4EFFCB
Black with #4EFFCB
Text Example
Text Example
White with #4EFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFFCB; }
p { color: rgb(78,255,203); }
H1.HeaderClassName
{
color: #4EFFCB;
}
.AnyTagClassName
{
color: #4EFFCB;
}
</style>
background-color css
<style>
a { background-color: #4EFFCB; }
a { background-color: rgb(78,255,203); }
div.DivClassName
{
background-color: #4EFFCB;
}
.BgClassName
{
background-color: #4EFFCB;
}
</style>
border-color css
<style>
span { border-color: #4EFFCB; }
span { border-color: rgb(78,255,203); }
td.TdClassName
{
border-color: #4EFFCB;
}
.TagClassName
{
border-color: #4EFFCB;
}
</style>