Html Css Color HEX #4EEBBB Turquoise

📋 copy color: '#4EEBBB'

red 78 ◦ green 235 ◦ blue 187

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

Shades of Turquoise #4EEBBB

Tints of Turquoise #4EEBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.4%

R = 15.6%
G = 47%
B = 37.4%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#4EEBBB (or 0x4EEBBB) is known color: Turquoise. HEX triplet: 4E, EB and BB. RGB value is (78,235,187). Sum of RGB (Red+Green+Blue) = 78+235+187=500 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.6% from 500); Green value is 235 (92.19% from 255 or 47% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 235 - color contains mainly: green. Hex color #4EEBBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEBBB is #B11444. Grayscale: #B6B6B6. Windows color (decimal): -11605061 or 12315470. OLE color: 12315470.

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

Color convert

RGB 78 235 187 -
CMYK 0.67 0 0.20 0.08
HSL 161.66º 0.8% 0.61% -
HSV(B) 161.66º 0.67% 0.92% -
XYZ 41.82 64.62 57.28 -
YUV 182.59 130.49 53.4 -
System Red Green Blue C M Y K H S L
Decimal 78 235 187 0.67 0 0.20 0.08 161.66 0.8 0.61
Hex 4E EB BB 43 0 14 8 A2 50 3D
Octal 116 353 273 103 0 24 10 242 120 75
Binary 1001110 11101011 10111011 1000011 0 10100 1000 10100010 1010000 111101

Color Harmonies of #4EEBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEBBB

Black with #4EEBBB

Text Example


Text Example

White with #4EEBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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