#4EF7CF

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

Shades of Turquoise #4EF7CF

Tints of Turquoise #4EF7CF

Color information

#4EF7CF (or 0x4EF7CF) is unknown color: approx Turquoise. HEX triplet: 4E, F7 and CF. RGB value is (78,247,207). Sum of RGB (Red+Green+Blue) = 78+247+207=532 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.66% from 532); Green value is 247 (96.88% from 255 or 46.43% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 247 - color contains mainly: green. Hex color #4EF7CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF7CF is #B10830. Grayscale: #BFBFBF. Windows color (decimal): -11601969 or 13629262. OLE color: 13629262.

HSL color Cylindrical-coordinate representation of color #4EF7CF: hue angle of 165.8º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EF7CF is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB78247207-
CMYK0.6800.160.03
HSL165.8º91.35%63.73%-
HSV(B)165.8º68.42%96.86%-
XYZ47.6772.6570.54-
YUV191.91136.5146.75-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.66%
GREEN value IS 247 (96.88% from 255) = 46.43%
BLUE value IS 207 (81.25% from 255) = 38.91%
R=14.66%
G=46.43%
B=38.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal782472070.6800.160.03165.891.3563.73
Hex4EF7CF440103a65b40
Octal1163673171040203246133100
Binary100111011110111110011111000100010000111010011010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EF7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,247,207); }

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

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

 a { background-color: rgb(78,247,207); }

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

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

 span { border-color: rgb(78,247,207); }

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