#4ECBDD

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

Shades of Medium Turquoise #4ECBDD

Tints of Medium Turquoise #4ECBDD

Color information

#4ECBDD (or 0x4ECBDD) is unknown color: approx Medium Turquoise. HEX triplet: 4E, CB and DD. RGB value is (78,203,221). Sum of RGB (Red+Green+Blue) = 78+203+221=502 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.54% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #4ECBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECBDD is #B13422. Grayscale: #A7A7A7. Windows color (decimal): -11613219 or 14535502. OLE color: 14535502.

HSL color Cylindrical-coordinate representation of color #4ECBDD: hue angle of 187.55º degrees, saturation: 0.68, 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 #4ECBDD is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB78203221-
CMYK0.650.0800.13
HSL187.55º67.77%58.63%-
HSV(B)187.55º64.71%86.67%-
XYZ37.5549.5575.99-
YUV167.68158.0964.04-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.54%
GREEN value IS 203 (79.69% from 255) = 40.44%
BLUE value IS 221 (86.72% from 255) = 44.02%
R=15.54%
G=40.44%
B=44.02%

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
Decimal782032210.650.0800.13187.5567.7758.63
Hex4ECBDD4180Dbc443b
Octal1163133351011001527410473
Binary100111011001011110111011000001100001101101111001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ECBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,203,221); }

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

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

 a { background-color: rgb(78,203,221); }

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

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

 span { border-color: rgb(78,203,221); }

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