#4EFFBE

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

Shades of Turquoise #4EFFBE

Tints of Turquoise #4EFFBE

Color information

#4EFFBE (or 0x4EFFBE) is unknown color: approx Turquoise. HEX triplet: 4E, FF and BE. RGB value is (78,255,190). Sum of RGB (Red+Green+Blue) = 78+255+190=523 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.91% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFFBE is #B10041. Grayscale: #C2C2C2. Windows color (decimal): -11599938 or 12517198. OLE color: 12517198.

HSL color Cylindrical-coordinate representation of color #4EFFBE: hue angle of 157.97º 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 #4EFFBE is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB78255190-
CMYK0.6900.250
HSL157.97º100%65.29%-
HSV(B)157.97º69.41%100%-
XYZ48.276.8661.01-
YUV194.67125.3644.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.91%
GREEN value IS 255 (100% from 255) = 48.76%
BLUE value IS 190 (74.61% from 255) = 36.33%
R=14.91%
G=48.76%
B=36.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal782551900.6900.250157.9710065.29
Hex4EFFBE4501909e6441
Octal1163772761050310236144101
Binary10011101111111110111110100010101100101001111011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EFFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,255,190); }

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

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

 a { background-color: rgb(78,255,190); }

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

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

 span { border-color: rgb(78,255,190); }

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