Html Css Color HEX #4ECCDB Medium Turquoise

📋 copy color: '#4ECCDB'

red 78 ◦ green 204 ◦ blue 219

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

Shades of Medium Turquoise #4ECCDB

Tints of Medium Turquoise #4ECCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.72%

 BLUE value IS 219 (85.94% from 255) = 43.71%

R = 15.57%
G = 40.72%
B = 43.71%

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4ECCDB (or 0x4ECCDB) is known color: Medium Turquoise. HEX triplet: 4E, CC and DB. RGB value is (78,204,219). Sum of RGB (Red+Green+Blue) = 78+204+219=501 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.57% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #4ECCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECCDB is #B13324. Grayscale: #A7A7A7. Windows color (decimal): -11612965 or 14404686. OLE color: 14404686.

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

Color convert

RGB 78 204 219 -
CMYK 0.64 0.07 0 0.14
HSL 186.38º 0.66% 0.58% -
HSV(B) 186.38º 0.64% 0.86% -
XYZ 37.52 49.92 74.68 -
YUV 168.04 156.76 63.78 -
System Red Green Blue C M Y K H S L
Decimal 78 204 219 0.64 0.07 0 0.14 186.38 0.66 0.58
Hex 4E CC DB 40 7 0 E BA 42 3A
Octal 116 314 333 100 7 0 16 272 102 72
Binary 1001110 11001100 11011011 1000000 111 0 1110 10111010 1000010 111010

Color Harmonies of #4ECCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ECCDB

Black with #4ECCDB

Text Example


Text Example

White with #4ECCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,204,219); }

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

background-color css

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

 a { background-color: rgb(78,204,219); }

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

border-color css

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

 span { border-color: rgb(78,204,219); }

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