Html Css Color HEX #4ECBDC Medium Turquoise

📋 copy color: '#4ECBDC'

red 78 ◦ green 203 ◦ blue 220

#4ECBDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #4ECBDC

Tints of Medium Turquoise #4ECBDC

RGB

 RED value IS 78 (30.86% from 255) = 15.57%

 GREEN value IS 203 (79.69% from 255) = 40.52%

 BLUE value IS 220 (86.33% from 255) = 43.91%

R = 15.57%
G = 40.52%
B = 43.91%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4ECBDC (or 0x4ECBDC) is known color: Medium Turquoise. HEX triplet: 4E, CB and DC. RGB value is (78,203,220). Sum of RGB (Red+Green+Blue) = 78+203+220=501 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.57% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #4ECBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECBDC is #B13423. Grayscale: #A7A7A7. Windows color (decimal): -11613220 or 14469966. OLE color: 14469966.

HSL color Cylindrical-coordinate representation of color #4ECBDC: hue angle of 187.18º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4ECBDC is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 78 203 220 -
CMYK 0.65 0.08 0 0.14
HSL 187.18º 0.67% 0.58% -
HSV(B) 187.18º 0.65% 0.86% -
XYZ 37.42 49.5 75.29 -
YUV 167.56 157.59 64.12 -
System Red Green Blue C M Y K H S L
Decimal 78 203 220 0.65 0.08 0 0.14 187.18 0.67 0.58
Hex 4E CB DC 41 8 0 E BB 43 3A
Octal 116 313 334 101 10 0 16 273 103 72
Binary 1001110 11001011 11011100 1000001 1000 0 1110 10111011 1000011 111010

Color Harmonies of #4ECBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ECBDC

Black with #4ECBDC

Text Example


Text Example

White with #4ECBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4ECBDC;
 }
 .AnyTagClassName
 {
   color: #4ECBDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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