Html Css Color HEX #4EEDC1 Turquoise

📋 copy color: '#4EEDC1'

red 78 ◦ green 237 ◦ blue 193

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

Shades of Turquoise #4EEDC1

Tints of Turquoise #4EEDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.99%

R = 15.35%
G = 46.65%
B = 37.99%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#4EEDC1 (or 0x4EEDC1) is known color: Turquoise. HEX triplet: 4E, ED and C1. RGB value is (78,237,193). Sum of RGB (Red+Green+Blue) = 78+237+193=508 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.35% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEDC1 is #B1123E. Grayscale: #B8B8B8. Windows color (decimal): -11604543 or 12709198. OLE color: 12709198.

HSL color Cylindrical-coordinate representation of color #4EEDC1: hue angle of 163.4º 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 #4EEDC1 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 78 237 193 -
CMYK 0.67 0 0.19 0.07
HSL 163.4º 0.82% 0.62% -
HSV(B) 163.4º 0.67% 0.93% -
XYZ 43.05 66.04 60.93 -
YUV 184.44 132.82 52.08 -
System Red Green Blue C M Y K H S L
Decimal 78 237 193 0.67 0 0.19 0.07 163.4 0.82 0.62
Hex 4E ED C1 43 0 13 7 A3 52 3E
Octal 116 355 301 103 0 23 7 243 122 76
Binary 1001110 11101101 11000001 1000011 0 10011 111 10100011 1010010 111110

Color Harmonies of #4EEDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEDC1

Black with #4EEDC1

Text Example


Text Example

White with #4EEDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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