Html Css Color HEX #4EDEDC Turquoise

📋 copy color: '#4EDEDC'

red 78 ◦ green 222 ◦ blue 220

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

Shades of Turquoise #4EDEDC

Tints of Turquoise #4EDEDC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.69%

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

R = 15%
G = 42.69%
B = 42.31%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#4EDEDC (or 0x4EDEDC) is known color: Turquoise. HEX triplet: 4E, DE and DC. RGB value is (78,222,220). Sum of RGB (Red+Green+Blue) = 78+222+220=520 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 222 - color contains mainly: green. Hex color #4EDEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDEDC is #B12123. Grayscale: #B2B2B2. Windows color (decimal): -11608356 or 14474830. OLE color: 14474830.

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

Color convert

RGB 78 222 220 -
CMYK 0.65 0 0.01 0.13
HSL 179.17º 0.69% 0.59% -
HSV(B) 179.17º 0.65% 0.87% -
XYZ 42.18 59.03 76.88 -
YUV 178.72 151.29 56.16 -
System Red Green Blue C M Y K H S L
Decimal 78 222 220 0.65 0 0.01 0.13 179.17 0.69 0.59
Hex 4E DE DC 41 0 1 D B3 45 3B
Octal 116 336 334 101 0 1 15 263 105 73
Binary 1001110 11011110 11011100 1000001 0 1 1101 10110011 1000101 111011

Color Harmonies of #4EDEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDEDC

Black with #4EDEDC

Text Example


Text Example

White with #4EDEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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