#4EFAC8

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

Shades of Turquoise #4EFAC8

Tints of Turquoise #4EFAC8

Color information

#4EFAC8 (or 0x4EFAC8) is unknown color: approx Turquoise. HEX triplet: 4E, FA and C8. RGB value is (78,250,200). Sum of RGB (Red+Green+Blue) = 78+250+200=528 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.77% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFAC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFAC8 is #B10537. Grayscale: #C0C0C0. Windows color (decimal): -11601208 or 13171278. OLE color: 13171278.

HSL color Cylindrical-coordinate representation of color #4EFAC8: hue angle of 162.56º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFAC8 is Cyan = 0.69, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.

Color convert

RGB78250200-
CMYK0.6900.20.02
HSL162.56º94.51%64.31%-
HSV(B)162.56º68.8%98.04%-
XYZ47.7574.1666.44-
YUV192.87132.0246.07-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.77%
GREEN value IS 250 (98.05% from 255) = 47.35%
BLUE value IS 200 (78.52% from 255) = 37.88%
R=14.77%
G=47.35%
B=37.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal782502000.6900.20.02162.5694.5164.31
Hex4EFAC8450142a35f40
Octal1163723101050242243137100
Binary100111011111010110010001000101010100101010001110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EFAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,250,200); }

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

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

 a { background-color: rgb(78,250,200); }

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

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

 span { border-color: rgb(78,250,200); }

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