Html Css Color HEX #4EE0BD Turquoise

📋 copy color: '#4EE0BD'

red 78 ◦ green 224 ◦ blue 189

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

Shades of Turquoise #4EE0BD

Tints of Turquoise #4EE0BD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.62%

 BLUE value IS 189 (74.22% from 255) = 38.49%

R = 15.89%
G = 45.62%
B = 38.49%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#4EE0BD (or 0x4EE0BD) is known color: Turquoise. HEX triplet: 4E, E0 and BD. RGB value is (78,224,189). Sum of RGB (Red+Green+Blue) = 78+224+189=491 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.89% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #4EE0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EE0BD is #B11F42. Grayscale: #B0B0B0. Windows color (decimal): -11607875 or 12443726. OLE color: 12443726.

HSL color Cylindrical-coordinate representation of color #4EE0BD: hue angle of 165.62º degrees, saturation: 0.7, 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 #4EE0BD is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 78 224 189 -
CMYK 0.65 0 0.16 0.12
HSL 165.62º 0.7% 0.59% -
HSV(B) 165.62º 0.65% 0.88% -
XYZ 38.98 58.61 57.4 -
YUV 176.36 135.13 57.85 -
System Red Green Blue C M Y K H S L
Decimal 78 224 189 0.65 0 0.16 0.12 165.62 0.7 0.59
Hex 4E E0 BD 41 0 10 C A6 46 3B
Octal 116 340 275 101 0 20 14 246 106 73
Binary 1001110 11100000 10111101 1000001 0 10000 1100 10100110 1000110 111011

Color Harmonies of #4EE0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EE0BD

Black with #4EE0BD

Text Example


Text Example

White with #4EE0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,224,189); }

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

background-color css

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

 a { background-color: rgb(78,224,189); }

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

border-color css

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

 span { border-color: rgb(78,224,189); }

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