#4ECDDE

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

Shades of Medium Turquoise #4ECDDE

Tints of Medium Turquoise #4ECDDE

Color information

#4ECDDE (or 0x4ECDDE) is unknown color: approx Medium Turquoise. HEX triplet: 4E, CD and DE. RGB value is (78,205,222). Sum of RGB (Red+Green+Blue) = 78+205+222=505 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.45% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #4ECDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECDDE is #B13221. Grayscale: #A8A8A8. Windows color (decimal): -11612706 or 14601550. OLE color: 14601550.

HSL color Cylindrical-coordinate representation of color #4ECDDE: hue angle of 187.08º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4ECDDE is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB78205222-
CMYK0.650.0800.13
HSL187.08º68.57%58.82%-
HSV(B)187.08º64.86%87.06%-
XYZ38.1650.5676.85-
YUV168.96157.9263.12-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.45%
GREEN value IS 205 (80.47% from 255) = 40.59%
BLUE value IS 222 (87.11% from 255) = 43.96%
R=15.45%
G=40.59%
B=43.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal782052220.650.0800.13187.0868.5758.82
Hex4ECDDE4180Dbb453b
Octal1163153361011001527310573
Binary100111011001101110111101000001100001101101110111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ECDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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