#4ECEF8

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

Shades of Turquoise Blue #4ECEF8

Tints of Turquoise Blue #4ECEF8

Color information

#4ECEF8 (or 0x4ECEF8) is unknown color: approx Turquoise Blue. HEX triplet: 4E, CE and F8. RGB value is (78,206,248). Sum of RGB (Red+Green+Blue) = 78+206+248=532 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.66% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 248 (97.27% from 255 or 46.62% from 532); Max value from RGB is 248 - color contains mainly: blue. Hex color #4ECEF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECEF8 is #B13107. Grayscale: #ACACAC. Windows color (decimal): -11612424 or 16305742. OLE color: 16305742.

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

Color convert

RGB78206248-
CMYK0.690.1700.03
HSL194.82º92.39%63.92%-
HSV(B)194.82º68.55%97.25%-
XYZ42.1652.5496.73-
YUV172.52170.5960.58-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.66%
GREEN value IS 206 (80.86% from 255) = 38.72%
BLUE value IS 248 (97.27% from 255) = 46.62%
R=14.66%
G=38.72%
B=46.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal782062480.690.1700.03194.8292.3963.92
Hex4ECEF8451103c35c40
Octal1163163701052103303134100
Binary100111011001110111110001000101100010111100001110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ECEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,206,248); }

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

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

 a { background-color: rgb(78,206,248); }

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

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

 span { border-color: rgb(78,206,248); }

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