#4ECFF7

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

Shades of Turquoise Blue #4ECFF7

Tints of Turquoise Blue #4ECFF7

Color information

#4ECFF7 (or 0x4ECFF7) is unknown color: approx Turquoise Blue. HEX triplet: 4E, CF and F7. RGB value is (78,207,247). Sum of RGB (Red+Green+Blue) = 78+207+247=532 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.66% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 247 (96.88% from 255 or 46.43% from 532); Max value from RGB is 247 - color contains mainly: blue. Hex color #4ECFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECFF7 is #B13008. Grayscale: #ACACAC. Windows color (decimal): -11612169 or 16240462. OLE color: 16240462.

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

Color convert

RGB78207247-
CMYK0.680.1600.03
HSL194.2º91.35%63.73%-
HSV(B)194.2º68.42%96.86%-
XYZ42.2452.9695.99-
YUV172.99169.7660.25-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.66%
GREEN value IS 207 (81.25% from 255) = 38.91%
BLUE value IS 247 (96.88% from 255) = 46.43%
R=14.66%
G=38.91%
B=46.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal782072470.680.1600.03194.291.3563.73
Hex4ECFF7441003c25b40
Octal1163173671042003302133100
Binary100111011001111111101111000100100000111100001010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ECFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,207,247); }

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

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

 a { background-color: rgb(78,207,247); }

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

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

 span { border-color: rgb(78,207,247); }

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