Html Css Color HEX #4EDFE1 Turquoise

📋 copy color: '#4EDFE1'

red 78 ◦ green 223 ◦ blue 225

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

Shades of Turquoise #4EDFE1

Tints of Turquoise #4EDFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.78%

R = 14.83%
G = 42.4%
B = 42.78%

CMYK

 C value IS 0.65

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4EDFE1 (or 0x4EDFE1) is known color: Turquoise. HEX triplet: 4E, DF and E1. RGB value is (78,223,225). Sum of RGB (Red+Green+Blue) = 78+223+225=526 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.83% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 225 - color contains mainly: blue. Hex color #4EDFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDFE1 is #B1201E. Grayscale: #B3B3B3. Windows color (decimal): -11608095 or 14802766. OLE color: 14802766.

HSL color Cylindrical-coordinate representation of color #4EDFE1: hue angle of 180.82º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDFE1 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 78 223 225 -
CMYK 0.65 0.01 0 0.12
HSL 180.82º 0.71% 0.59% -
HSV(B) 180.82º 0.65% 0.88% -
XYZ 43.12 59.83 80.51 -
YUV 179.87 153.46 55.34 -
System Red Green Blue C M Y K H S L
Decimal 78 223 225 0.65 0.01 0 0.12 180.82 0.71 0.59
Hex 4E DF E1 41 1 0 C B5 47 3B
Octal 116 337 341 101 1 0 14 265 107 73
Binary 1001110 11011111 11100001 1000001 1 0 1100 10110101 1000111 111011

Color Harmonies of #4EDFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDFE1

Black with #4EDFE1

Text Example


Text Example

White with #4EDFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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