#4ECDF8

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

Shades of Turquoise Blue #4ECDF8

Tints of Turquoise Blue #4ECDF8

Color information

#4ECDF8 (or 0x4ECDF8) is unknown color: approx Turquoise Blue. HEX triplet: 4E, CD and F8. RGB value is (78,205,248). Sum of RGB (Red+Green+Blue) = 78+205+248=531 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.69% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 248 (97.27% from 255 or 46.70% from 531); Max value from RGB is 248 - color contains mainly: blue. Hex color #4ECDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECDF8 is #B13207. Grayscale: #ABABAB. Windows color (decimal): -11612680 or 16305486. OLE color: 16305486.

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

Color convert

RGB78205248-
CMYK0.690.1700.03
HSL195.18º92.39%63.92%-
HSV(B)195.18º68.55%97.25%-
XYZ41.9252.0696.65-
YUV171.93170.9261-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.69%
GREEN value IS 205 (80.47% from 255) = 38.61%
BLUE value IS 248 (97.27% from 255) = 46.70%
R=14.69%
G=38.61%
B=46.70%

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
Decimal782052480.690.1700.03195.1892.3963.92
Hex4ECDF8451103c35c40
Octal1163153701052103303134100
Binary100111011001101111110001000101100010111100001110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ECDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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