#4ED9FF

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

Shades of Turquoise Blue #4ED9FF

Tints of Turquoise Blue #4ED9FF

Color information

#4ED9FF (or 0x4ED9FF) is unknown color: approx Turquoise Blue. HEX triplet: 4E, D9 and FF. RGB value is (78,217,255). Sum of RGB (Red+Green+Blue) = 78+217+255=550 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.18% from 550); Green value is 217 (85.16% from 255 or 39.45% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #4ED9FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ED9FF is #B12600. Grayscale: #B3B3B3. Windows color (decimal): -11609601 or 16767310. OLE color: 16767310.

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

Color convert

RGB78217255-
CMYK0.690.1500
HSL192.88º100%65.29%-
HSV(B)192.88º69.41%100%-
XYZ4658.47103.47-
YUV179.77170.4555.41-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.18%
GREEN value IS 217 (85.16% from 255) = 39.45%
BLUE value IS 255 (100% from 255) = 46.36%
R=14.18%
G=39.45%
B=46.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal782172550.690.1500192.8810065.29
Hex4ED9FF45F00c16441
Octal1163313771051700301144101
Binary1001110110110011111111110001011111001100000111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,217,255); }

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

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

 a { background-color: rgb(78,217,255); }

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

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

 span { border-color: rgb(78,217,255); }

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