Html Css Color HEX #4EE9BA Turquoise

📋 copy color: '#4EE9BA'

red 78 ◦ green 233 ◦ blue 186

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

Shades of Turquoise #4EE9BA

Tints of Turquoise #4EE9BA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.88%

 BLUE value IS 186 (73.05% from 255) = 37.42%

R = 15.69%
G = 46.88%
B = 37.42%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#4EE9BA (or 0x4EE9BA) is known color: Turquoise. HEX triplet: 4E, E9 and BA. RGB value is (78,233,186). Sum of RGB (Red+Green+Blue) = 78+233+186=497 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.69% from 497); Green value is 233 (91.41% from 255 or 46.88% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 233 - color contains mainly: green. Hex color #4EE9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EE9BA is #B11645. Grayscale: #B5B5B5. Windows color (decimal): -11605574 or 12249422. OLE color: 12249422.

HSL color Cylindrical-coordinate representation of color #4EE9BA: hue angle of 161.81º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EE9BA is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 78 233 186 -
CMYK 0.67 0 0.20 0.09
HSL 161.81º 0.78% 0.61% -
HSV(B) 161.81º 0.67% 0.91% -
XYZ 41.14 63.44 56.53 -
YUV 181.3 130.65 54.32 -
System Red Green Blue C M Y K H S L
Decimal 78 233 186 0.67 0 0.20 0.09 161.81 0.78 0.61
Hex 4E E9 BA 43 0 14 9 A2 4E 3D
Octal 116 351 272 103 0 24 11 242 116 75
Binary 1001110 11101001 10111010 1000011 0 10100 1001 10100010 1001110 111101

Color Harmonies of #4EE9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EE9BA

Black with #4EE9BA

Text Example


Text Example

White with #4EE9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,233,186); }

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

background-color css

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

 a { background-color: rgb(78,233,186); }

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

border-color css

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

 span { border-color: rgb(78,233,186); }

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