#4EDFC7

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

Shades of Turquoise #4EDFC7

Tints of Turquoise #4EDFC7

Color information

#4EDFC7 (or 0x4EDFC7) is unknown color: approx Turquoise. HEX triplet: 4E, DF and C7. RGB value is (78,223,199). Sum of RGB (Red+Green+Blue) = 78+223+199=500 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.6% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 199 (78.12% from 255 or 39.8% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #4EDFC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDFC7 is #B12038. Grayscale: #B0B0B0. Windows color (decimal): -11608121 or 13098830. OLE color: 13098830.

HSL color Cylindrical-coordinate representation of color #4EDFC7: hue angle of 170.07º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDFC7 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB78223199-
CMYK0.6500.110.13
HSL170.07º69.38%59.02%-
HSV(B)170.07º65.02%87.45%-
XYZ39.8458.5263.23-
YUV176.91140.4657.45-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.6%
GREEN value IS 223 (87.5% from 255) = 44.6%
BLUE value IS 199 (78.12% from 255) = 39.8%
R=15.6%
G=44.6%
B=39.8%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal782231990.6500.110.13170.0769.3859.02
Hex4EDFC7410BDaa453b
Octal1163373071010131525210573
Binary100111011011111110001111000001010111101101010101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,223,199); }

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

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

 a { background-color: rgb(78,223,199); }

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

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

 span { border-color: rgb(78,223,199); }

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