Html Css Color HEX #4EDFC1 Turquoise

📋 copy color: '#4EDFC1'

red 78 ◦ green 223 ◦ blue 193

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

Shades of Turquoise #4EDFC1

Tints of Turquoise #4EDFC1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.14%

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

R = 15.79%
G = 45.14%
B = 39.07%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#4EDFC1 (or 0x4EDFC1) is known color: Turquoise. HEX triplet: 4E, DF and C1. RGB value is (78,223,193). Sum of RGB (Red+Green+Blue) = 78+223+193=494 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.79% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #4EDFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDFC1 is #B1203E. Grayscale: #B0B0B0. Windows color (decimal): -11608127 or 12705614. OLE color: 12705614.

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

Color convert

RGB 78 223 193 -
CMYK 0.65 0 0.13 0.13
HSL 167.59º 0.69% 0.59% -
HSV(B) 167.59º 0.65% 0.87% -
XYZ 39.16 58.25 59.63 -
YUV 176.23 137.46 57.94 -
System Red Green Blue C M Y K H S L
Decimal 78 223 193 0.65 0 0.13 0.13 167.59 0.69 0.59
Hex 4E DF C1 41 0 D D A8 45 3B
Octal 116 337 301 101 0 15 15 250 105 73
Binary 1001110 11011111 11000001 1000001 0 1101 1101 10101000 1000101 111011

Color Harmonies of #4EDFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDFC1

Black with #4EDFC1

Text Example


Text Example

White with #4EDFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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