#4EDFED

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

Shades of Turquoise Blue #4EDFED

Tints of Turquoise Blue #4EDFED

Color information

#4EDFED (or 0x4EDFED) is unknown color: approx Turquoise Blue. HEX triplet: 4E, DF and ED. RGB value is (78,223,237). Sum of RGB (Red+Green+Blue) = 78+223+237=538 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.50% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #4EDFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EDFED is #B12012. Grayscale: #B5B5B5. Windows color (decimal): -11608083 or 15589198. OLE color: 15589198.

HSL color Cylindrical-coordinate representation of color #4EDFED: hue angle of 185.28º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EDFED is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB78223237-
CMYK0.670.0600.07
HSL185.28º81.54%61.76%-
HSV(B)185.28º67.09%92.94%-
XYZ44.8260.5189.44-
YUV181.24159.4654.36-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.50%
GREEN value IS 223 (87.5% from 255) = 41.45%
BLUE value IS 237 (92.97% from 255) = 44.05%
R=14.50%
G=41.45%
B=44.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal782232370.670.0600.07185.2881.5461.76
Hex4EDFED43607b9523e
Octal11633735510360727112276
Binary1001110110111111110110110000111100111101110011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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