Html Css Color HEX #4EEBBC Turquoise

📋 copy color: '#4EEBBC'

red 78 ◦ green 235 ◦ blue 188

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

Shades of Turquoise #4EEBBC

Tints of Turquoise #4EEBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.52%

R = 15.57%
G = 46.91%
B = 37.52%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#4EEBBC (or 0x4EEBBC) is known color: Turquoise. HEX triplet: 4E, EB and BC. RGB value is (78,235,188). Sum of RGB (Red+Green+Blue) = 78+235+188=501 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.57% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 235 - color contains mainly: green. Hex color #4EEBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEBBC is #B11443. Grayscale: #B6B6B6. Windows color (decimal): -11605060 or 12381006. OLE color: 12381006.

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

Color convert

RGB 78 235 188 -
CMYK 0.67 0 0.2 0.08
HSL 162.04º 0.8% 0.61% -
HSV(B) 162.04º 0.67% 0.92% -
XYZ 41.93 64.67 57.85 -
YUV 182.7 130.99 53.32 -
System Red Green Blue C M Y K H S L
Decimal 78 235 188 0.67 0 0.2 0.08 162.04 0.8 0.61
Hex 4E EB BC 43 0 14 8 A2 50 3D
Octal 116 353 274 103 0 24 10 242 120 75
Binary 1001110 11101011 10111100 1000011 0 10100 1000 10100010 1010000 111101

Color Harmonies of #4EEBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEBBC

Black with #4EEBBC

Text Example


Text Example

White with #4EEBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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