#4ECDEE

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

Shades of Turquoise Blue #4ECDEE

Tints of Turquoise Blue #4ECDEE

Color information

#4ECDEE (or 0x4ECDEE) is unknown color: approx Turquoise Blue. HEX triplet: 4E, CD and EE. RGB value is (78,205,238). Sum of RGB (Red+Green+Blue) = 78+205+238=521 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.97% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #4ECDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECDEE is #B13211. Grayscale: #AAAAAA. Windows color (decimal): -11612690 or 15650126. OLE color: 15650126.

HSL color Cylindrical-coordinate representation of color #4ECDEE: hue angle of 192.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ECDEE is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB78205238-
CMYK0.670.1400.07
HSL192.38º82.47%61.96%-
HSV(B)192.38º67.23%93.33%-
XYZ40.4151.4688.69-
YUV170.79165.9261.82-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.97%
GREEN value IS 205 (80.47% from 255) = 39.35%
BLUE value IS 238 (93.36% from 255) = 45.68%
R=14.97%
G=39.35%
B=45.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal782052380.670.1400.07192.3882.4761.96
Hex4ECDEE43E07c0523e
Octal116315356103160730012276
Binary10011101100110111101110100001111100111110000001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ECDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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