Html Css Color HEX #4EEABD Turquoise

📋 copy color: '#4EEABD'

red 78 ◦ green 234 ◦ blue 189

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

Shades of Turquoise #4EEABD

Tints of Turquoise #4EEABD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.71%

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

R = 15.57%
G = 46.71%
B = 37.72%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#4EEABD (or 0x4EEABD) is known color: Turquoise. HEX triplet: 4E, EA and BD. RGB value is (78,234,189). Sum of RGB (Red+Green+Blue) = 78+234+189=501 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.57% from 501); Green value is 234 (91.80% from 255 or 46.71% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 234 - color contains mainly: green. Hex color #4EEABD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEABD is #B11542. Grayscale: #B6B6B6. Windows color (decimal): -11605315 or 12446286. OLE color: 12446286.

HSL color Cylindrical-coordinate representation of color #4EEABD: hue angle of 162.69º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEABD is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 78 234 189 -
CMYK 0.67 0 0.19 0.08
HSL 162.69º 0.79% 0.61% -
HSV(B) 162.69º 0.67% 0.92% -
XYZ 41.75 64.14 58.32 -
YUV 182.23 131.82 53.66 -
System Red Green Blue C M Y K H S L
Decimal 78 234 189 0.67 0 0.19 0.08 162.69 0.79 0.61
Hex 4E EA BD 43 0 13 8 A3 4F 3D
Octal 116 352 275 103 0 23 10 243 117 75
Binary 1001110 11101010 10111101 1000011 0 10011 1000 10100011 1001111 111101

Color Harmonies of #4EEABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEABD

Black with #4EEABD

Text Example


Text Example

White with #4EEABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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