Html Css Color HEX #4EEBBA Turquoise

📋 copy color: '#4EEBBA'

red 78 ◦ green 235 ◦ blue 186

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

Shades of Turquoise #4EEBBA

Tints of Turquoise #4EEBBA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.09%

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

R = 15.63%
G = 47.09%
B = 37.27%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#4EEBBA (or 0x4EEBBA) is known color: Turquoise. HEX triplet: 4E, EB and BA. RGB value is (78,235,186). Sum of RGB (Red+Green+Blue) = 78+235+186=499 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.63% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 235 - color contains mainly: green. Hex color #4EEBBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEBBA is #B11445. Grayscale: #B6B6B6. Windows color (decimal): -11605062 or 12249934. OLE color: 12249934.

HSL color Cylindrical-coordinate representation of color #4EEBBA: hue angle of 161.27º degrees, saturation: 0.8, 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 #4EEBBA is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 78 235 186 -
CMYK 0.67 0 0.21 0.08
HSL 161.27º 0.8% 0.61% -
HSV(B) 161.27º 0.67% 0.92% -
XYZ 41.71 64.58 56.72 -
YUV 182.47 129.99 53.48 -
System Red Green Blue C M Y K H S L
Decimal 78 235 186 0.67 0 0.21 0.08 161.27 0.8 0.61
Hex 4E EB BA 43 0 15 8 A1 50 3D
Octal 116 353 272 103 0 25 10 241 120 75
Binary 1001110 11101011 10111010 1000011 0 10101 1000 10100001 1010000 111101

Color Harmonies of #4EEBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEBBA

Black with #4EEBBA

Text Example


Text Example

White with #4EEBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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