#4EF0CD

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

Shades of Turquoise #4EF0CD

Tints of Turquoise #4EF0CD

Color information

#4EF0CD (or 0x4EF0CD) is unknown color: approx Turquoise. HEX triplet: 4E, F0 and CD. RGB value is (78,240,205). Sum of RGB (Red+Green+Blue) = 78+240+205=523 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.91% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 240 - color contains mainly: green. Hex color #4EF0CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF0CD is #B10F32. Grayscale: #BBBBBB. Windows color (decimal): -11603763 or 13496398. OLE color: 13496398.

HSL color Cylindrical-coordinate representation of color #4EF0CD: hue angle of 167.04º 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 #4EF0CD is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB78240205-
CMYK0.6800.150.06
HSL167.04º84.38%62.35%-
HSV(B)167.04º67.5%94.12%-
XYZ45.3268.3568.56-
YUV187.57137.8349.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.91%
GREEN value IS 240 (94.14% from 255) = 45.89%
BLUE value IS 205 (80.47% from 255) = 39.20%
R=14.91%
G=45.89%
B=39.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal782402050.6800.150.06167.0484.3862.35
Hex4EF0CD440F6a7543e
Octal116360315104017624712476
Binary10011101111000011001101100010001111110101001111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EF0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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