#4EFFBD

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

Shades of Turquoise #4EFFBD

Tints of Turquoise #4EFFBD

Color information

#4EFFBD (or 0x4EFFBD) is unknown color: approx Turquoise. HEX triplet: 4E, FF and BD. RGB value is (78,255,189). Sum of RGB (Red+Green+Blue) = 78+255+189=522 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.94% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFFBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFFBD is #B10042. Grayscale: #C2C2C2. Windows color (decimal): -11599939 or 12451662. OLE color: 12451662.

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

Color convert

RGB78255189-
CMYK0.6900.260
HSL157.63º100%65.29%-
HSV(B)157.63º69.41%100%-
XYZ48.0976.8160.44-
YUV194.55124.8644.87-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.94%
GREEN value IS 255 (100% from 255) = 48.85%
BLUE value IS 189 (74.22% from 255) = 36.21%
R=14.94%
G=48.85%
B=36.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal782551890.6900.260157.6310065.29
Hex4EFFBD4501A09e6441
Octal1163772751050320236144101
Binary10011101111111110111101100010101101001001111011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EFFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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