Html Css Color HEX #4EDEC7 Turquoise

📋 copy color: '#4EDEC7'

red 78 ◦ green 222 ◦ blue 199

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

Shades of Turquoise #4EDEC7

Tints of Turquoise #4EDEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.88%

R = 15.63%
G = 44.49%
B = 39.88%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#4EDEC7 (or 0x4EDEC7) is known color: Turquoise. HEX triplet: 4E, DE and C7. RGB value is (78,222,199). Sum of RGB (Red+Green+Blue) = 78+222+199=499 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.63% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 199 (78.12% from 255 or 39.88% from 499); Max value from RGB is 222 - color contains mainly: green. Hex color #4EDEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDEC7 is #B12138. Grayscale: #B0B0B0. Windows color (decimal): -11608377 or 13098574. OLE color: 13098574.

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

Color convert

RGB 78 222 199 -
CMYK 0.65 0 0.10 0.13
HSL 170.42º 0.69% 0.59% -
HSV(B) 170.42º 0.65% 0.87% -
XYZ 39.57 57.99 63.14 -
YUV 176.32 140.79 57.87 -
System Red Green Blue C M Y K H S L
Decimal 78 222 199 0.65 0 0.10 0.13 170.42 0.69 0.59
Hex 4E DE C7 41 0 A D AA 45 3B
Octal 116 336 307 101 0 12 15 252 105 73
Binary 1001110 11011110 11000111 1000001 0 1010 1101 10101010 1000101 111011

Color Harmonies of #4EDEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDEC7

Black with #4EDEC7

Text Example


Text Example

White with #4EDEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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