#4EF0B9

Color #4EF0B9 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #4EF0B9

Tints of Turquoise #4EF0B9

Color information

#4EF0B9 (or 0x4EF0B9) is unknown color: approx Turquoise. HEX triplet: 4E, F0 and B9. RGB value is (78,240,185). Sum of RGB (Red+Green+Blue) = 78+240+185=503 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.51% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #4EF0B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF0B9 is #B10F46. Grayscale: #B9B9B9. Windows color (decimal): -11603783 or 12185678. OLE color: 12185678.

HSL color Cylindrical-coordinate representation of color #4EF0B9: hue angle of 159.63º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EF0B9 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB78240185-
CMYK0.6800.230.06
HSL159.63º84.38%62.35%-
HSV(B)159.63º67.5%94.12%-
XYZ43.0667.4456.65-
YUV185.29127.8351.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 15.51%
GREEN value IS 240 (94.14% from 255) = 47.71%
BLUE value IS 185 (72.66% from 255) = 36.78%
R=15.51%
G=47.71%
B=36.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal782401850.6800.230.06159.6384.3862.35
Hex4EF0B9440176a0543e
Octal116360271104027624012476
Binary100111011110000101110011000100010111110101000001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EF0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EF0B9; }

 p { color: rgb(78,240,185); }

 H1.HeaderClassName
 {
   color: #4EF0B9;
 }
 .AnyTagClassName
 {
   color: #4EF0B9;
 }
</style>
background-color css

<style>
 a { background-color: #4EF0B9; }

 a { background-color: rgb(78,240,185); }

 div.DivClassName
 {
   background-color: #4EF0B9;
 }
 .BgClassName
 {
   background-color: #4EF0B9;
 }
</style>
border-color css

<style>
 span { border-color: #4EF0B9; }

 span { border-color: rgb(78,240,185); }

 td.TdClassName
 {
   border-color: #4EF0B9;
 }
 .TagClassName
 {
   border-color: #4EF0B9;
 }
</style>