#4ECCF7

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

Shades of Turquoise Blue #4ECCF7

Tints of Turquoise Blue #4ECCF7

Color information

#4ECCF7 (or 0x4ECCF7) is unknown color: approx Turquoise Blue. HEX triplet: 4E, CC and F7. RGB value is (78,204,247). Sum of RGB (Red+Green+Blue) = 78+204+247=529 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.74% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 247 (96.88% from 255 or 46.69% from 529); Max value from RGB is 247 - color contains mainly: blue. Hex color #4ECCF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECCF7 is #B13308. Grayscale: #AAAAAA. Windows color (decimal): -11612937 or 16239694. OLE color: 16239694.

HSL color Cylindrical-coordinate representation of color #4ECCF7: hue angle of 195.27º 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 #4ECCF7 is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB78204247-
CMYK0.680.1700.03
HSL195.27º91.35%63.73%-
HSV(B)195.27º68.42%96.86%-
XYZ41.5251.5295.75-
YUV171.23170.7661.5-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.74%
GREEN value IS 204 (80.08% from 255) = 38.56%
BLUE value IS 247 (96.88% from 255) = 46.69%
R=14.74%
G=38.56%
B=46.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal782042470.680.1700.03195.2791.3563.73
Hex4ECCF7441103c35b40
Octal1163143671042103303133100
Binary100111011001100111101111000100100010111100001110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ECCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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