Html Css Color HEX #4EEBBE Turquoise

📋 copy color: '#4EEBBE'

red 78 ◦ green 235 ◦ blue 190

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

Shades of Turquoise #4EEBBE

Tints of Turquoise #4EEBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.77%

R = 15.51%
G = 46.72%
B = 37.77%

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

#4EEBBE (or 0x4EEBBE) is known color: Turquoise. HEX triplet: 4E, EB and BE. RGB value is (78,235,190). Sum of RGB (Red+Green+Blue) = 78+235+190=503 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.51% from 503); Green value is 235 (92.19% from 255 or 46.72% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 235 - color contains mainly: green. Hex color #4EEBBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEBBE is #B11441. Grayscale: #B6B6B6. Windows color (decimal): -11605058 or 12512078. OLE color: 12512078.

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

Color convert

RGB 78 235 190 -
CMYK 0.67 0 0.19 0.08
HSL 162.8º 0.8% 0.61% -
HSV(B) 162.8º 0.67% 0.92% -
XYZ 42.14 64.75 58.99 -
YUV 182.93 131.99 53.16 -
System Red Green Blue C M Y K H S L
Decimal 78 235 190 0.67 0 0.19 0.08 162.8 0.8 0.61
Hex 4E EB BE 43 0 13 8 A3 50 3D
Octal 116 353 276 103 0 23 10 243 120 75
Binary 1001110 11101011 10111110 1000011 0 10011 1000 10100011 1010000 111101

Color Harmonies of #4EEBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEBBE

Black with #4EEBBE

Text Example


Text Example

White with #4EEBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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