#4ED8F3

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

Shades of Turquoise Blue #4ED8F3

Tints of Turquoise Blue #4ED8F3

Color information

#4ED8F3 (or 0x4ED8F3) is unknown color: approx Turquoise Blue. HEX triplet: 4E, D8 and F3. RGB value is (78,216,243). Sum of RGB (Red+Green+Blue) = 78+216+243=537 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.53% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 243 (95.31% from 255 or 45.25% from 537); Max value from RGB is 243 - color contains mainly: blue. Hex color #4ED8F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ED8F3 is #B1270C. Grayscale: #B1B1B1. Windows color (decimal): -11609869 or 15980622. OLE color: 15980622.

HSL color Cylindrical-coordinate representation of color #4ED8F3: hue angle of 189.82º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ED8F3 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB78216243-
CMYK0.680.1100.05
HSL189.82º87.3%62.94%-
HSV(B)189.82º67.9%95.29%-
XYZ43.8857.293.52-
YUV177.82164.7856.8-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.53%
GREEN value IS 216 (84.77% from 255) = 40.22%
BLUE value IS 243 (95.31% from 255) = 45.25%
R=14.53%
G=40.22%
B=45.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal782162430.680.1100.05189.8287.362.94
Hex4ED8F344B05be573f
Octal116330363104130527612777
Binary10011101101100011110011100010010110101101111101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,216,243); }

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

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

 a { background-color: rgb(78,216,243); }

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

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

 span { border-color: rgb(78,216,243); }

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