#4ECDF0

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

Shades of Turquoise Blue #4ECDF0

Tints of Turquoise Blue #4ECDF0

Color information

#4ECDF0 (or 0x4ECDF0) is unknown color: approx Turquoise Blue. HEX triplet: 4E, CD and F0. RGB value is (78,205,240). Sum of RGB (Red+Green+Blue) = 78+205+240=523 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.91% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 240 (94.14% from 255 or 45.89% from 523); Max value from RGB is 240 - color contains mainly: blue. Hex color #4ECDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECDF0 is #B1320F. Grayscale: #AAAAAA. Windows color (decimal): -11612688 or 15781198. OLE color: 15781198.

HSL color Cylindrical-coordinate representation of color #4ECDF0: hue angle of 192.96º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ECDF0 is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB78205240-
CMYK0.680.1500.06
HSL192.96º84.38%62.35%-
HSV(B)192.96º67.5%94.12%-
XYZ40.751.5790.25-
YUV171.02166.9261.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.91%
GREEN value IS 205 (80.47% from 255) = 39.20%
BLUE value IS 240 (94.14% from 255) = 45.89%
R=14.91%
G=39.20%
B=45.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal782052400.680.1500.06192.9684.3862.35
Hex4ECDF044F06c1543e
Octal116315360104170630112476
Binary10011101100110111110000100010011110110110000011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ECDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,205,240); }

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

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

 a { background-color: rgb(78,205,240); }

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

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

 span { border-color: rgb(78,205,240); }

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