Html Css Color HEX #4EC8CE Medium Turquoise

📋 copy color: '#4EC8CE'

red 78 ◦ green 200 ◦ blue 206

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

Shades of Medium Turquoise #4EC8CE

Tints of Medium Turquoise #4EC8CE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.32%

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 16.12%
G = 41.32%
B = 42.56%

CMYK

 C value IS 0.62

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4EC8CE (or 0x4EC8CE) is known color: Medium Turquoise. HEX triplet: 4E, C8 and CE. RGB value is (78,200,206). Sum of RGB (Red+Green+Blue) = 78+200+206=484 (64% of max value = 765). Red value is 78 (30.86% from 255 or 16.12% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #4EC8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC8CE is #B13731. Grayscale: #A4A4A4. Windows color (decimal): -11614002 or 13551694. OLE color: 13551694.

HSL color Cylindrical-coordinate representation of color #4EC8CE: hue angle of 182.81º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EC8CE is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 78 200 206 -
CMYK 0.62 0.03 0 0.19
HSL 182.81º 0.57% 0.56% -
HSV(B) 182.81º 0.62% 0.81% -
XYZ 34.94 47.38 65.7 -
YUV 164.21 151.58 66.51 -
System Red Green Blue C M Y K H S L
Decimal 78 200 206 0.62 0.03 0 0.19 182.81 0.57 0.56
Hex 4E C8 CE 3E 3 0 13 B7 39 38
Octal 116 310 316 76 3 0 23 267 71 70
Binary 1001110 11001000 11001110 111110 11 0 10011 10110111 111001 111000

Color Harmonies of #4EC8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EC8CE

Black with #4EC8CE

Text Example


Text Example

White with #4EC8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,200,206); }

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

background-color css

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

 a { background-color: rgb(78,200,206); }

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

border-color css

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

 span { border-color: rgb(78,200,206); }

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