Html Css Color HEX #4EE5DC Turquoise

📋 copy color: '#4EE5DC'

red 78 ◦ green 229 ◦ blue 220

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

Shades of Turquoise #4EE5DC

Tints of Turquoise #4EE5DC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.45%

 BLUE value IS 220 (86.33% from 255) = 41.75%

R = 14.8%
G = 43.45%
B = 41.75%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#4EE5DC (or 0x4EE5DC) is known color: Turquoise. HEX triplet: 4E, E5 and DC. RGB value is (78,229,220). Sum of RGB (Red+Green+Blue) = 78+229+220=527 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.80% from 527); Green value is 229 (89.84% from 255 or 43.45% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 229 - color contains mainly: green. Hex color #4EE5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EE5DC is #B11A23. Grayscale: #B6B6B6. Windows color (decimal): -11606564 or 14476622. OLE color: 14476622.

HSL color Cylindrical-coordinate representation of color #4EE5DC: hue angle of 176.42º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EE5DC is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 78 229 220 -
CMYK 0.66 0 0.04 0.10
HSL 176.42º 0.74% 0.6% -
HSV(B) 176.42º 0.66% 0.9% -
XYZ 44.08 62.83 77.51 -
YUV 182.83 148.97 53.23 -
System Red Green Blue C M Y K H S L
Decimal 78 229 220 0.66 0 0.04 0.10 176.42 0.74 0.6
Hex 4E E5 DC 42 0 4 A B0 4A 3C
Octal 116 345 334 102 0 4 12 260 112 74
Binary 1001110 11100101 11011100 1000010 0 100 1010 10110000 1001010 111100

Color Harmonies of #4EE5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EE5DC

Black with #4EE5DC

Text Example


Text Example

White with #4EE5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,229,220); }

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

background-color css

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

 a { background-color: rgb(78,229,220); }

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

border-color css

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

 span { border-color: rgb(78,229,220); }

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