Html Css Color HEX #4ECBD0 Medium Turquoise

📋 copy color: '#4ECBD0'

red 78 ◦ green 203 ◦ blue 208

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

Shades of Medium Turquoise #4ECBD0

Tints of Medium Turquoise #4ECBD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.54%

R = 15.95%
G = 41.51%
B = 42.54%

CMYK

 C value IS 0.62

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4ECBD0 (or 0x4ECBD0) is known color: Medium Turquoise. HEX triplet: 4E, CB and D0. RGB value is (78,203,208). Sum of RGB (Red+Green+Blue) = 78+203+208=489 (64% of max value = 765). Red value is 78 (30.86% from 255 or 15.95% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 208 - color contains mainly: blue. Hex color #4ECBD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECBD0 is #B1342F. Grayscale: #A6A6A6. Windows color (decimal): -11613232 or 13683534. OLE color: 13683534.

HSL color Cylindrical-coordinate representation of color #4ECBD0: hue angle of 182.31º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ECBD0 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 78 203 208 -
CMYK 0.62 0.02 0 0.18
HSL 182.31º 0.58% 0.56% -
HSV(B) 182.31º 0.63% 0.82% -
XYZ 35.88 48.89 67.22 -
YUV 166.2 151.59 65.09 -
System Red Green Blue C M Y K H S L
Decimal 78 203 208 0.62 0.02 0 0.18 182.31 0.58 0.56
Hex 4E CB D0 3E 2 0 12 B6 3A 38
Octal 116 313 320 76 2 0 22 266 72 70
Binary 1001110 11001011 11010000 111110 10 0 10010 10110110 111010 111000

Color Harmonies of #4ECBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ECBD0

Black with #4ECBD0

Text Example


Text Example

White with #4ECBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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