Html Css Color HEX #4EEDC5 Turquoise

📋 copy color: '#4EEDC5'

red 78 ◦ green 237 ◦ blue 197

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

Shades of Turquoise #4EEDC5

Tints of Turquoise #4EEDC5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.29%

 BLUE value IS 197 (77.34% from 255) = 38.48%

R = 15.23%
G = 46.29%
B = 38.48%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#4EEDC5 (or 0x4EEDC5) is known color: Turquoise. HEX triplet: 4E, ED and C5. RGB value is (78,237,197). Sum of RGB (Red+Green+Blue) = 78+237+197=512 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.23% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEDC5 is #B1123A. Grayscale: #B8B8B8. Windows color (decimal): -11604539 or 12971342. OLE color: 12971342.

HSL color Cylindrical-coordinate representation of color #4EEDC5: hue angle of 164.91º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEDC5 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 78 237 197 -
CMYK 0.67 0 0.17 0.07
HSL 164.91º 0.82% 0.62% -
HSV(B) 164.91º 0.67% 0.93% -
XYZ 43.5 66.22 63.31 -
YUV 184.9 134.82 51.75 -
System Red Green Blue C M Y K H S L
Decimal 78 237 197 0.67 0 0.17 0.07 164.91 0.82 0.62
Hex 4E ED C5 43 0 11 7 A5 52 3E
Octal 116 355 305 103 0 21 7 245 122 76
Binary 1001110 11101101 11000101 1000011 0 10001 111 10100101 1010010 111110

Color Harmonies of #4EEDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEDC5

Black with #4EEDC5

Text Example


Text Example

White with #4EEDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,237,197); }

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

background-color css

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

 a { background-color: rgb(78,237,197); }

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

border-color css

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

 span { border-color: rgb(78,237,197); }

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