Html Css Color HEX #4EECBC Turquoise

📋 copy color: '#4EECBC'

red 78 ◦ green 236 ◦ blue 188

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

Shades of Turquoise #4EECBC

Tints of Turquoise #4EECBC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.01%

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

R = 15.54%
G = 47.01%
B = 37.45%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#4EECBC (or 0x4EECBC) is known color: Turquoise. HEX triplet: 4E, EC and BC. RGB value is (78,236,188). Sum of RGB (Red+Green+Blue) = 78+236+188=502 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.54% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #4EECBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EECBC is #B11343. Grayscale: #B7B7B7. Windows color (decimal): -11604804 or 12381262. OLE color: 12381262.

HSL color Cylindrical-coordinate representation of color #4EECBC: hue angle of 161.77º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EECBC is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 78 236 188 -
CMYK 0.67 0 0.20 0.07
HSL 161.77º 0.81% 0.62% -
HSV(B) 161.77º 0.67% 0.93% -
XYZ 42.21 65.24 57.94 -
YUV 183.29 130.65 52.9 -
System Red Green Blue C M Y K H S L
Decimal 78 236 188 0.67 0 0.20 0.07 161.77 0.81 0.62
Hex 4E EC BC 43 0 14 7 A2 51 3E
Octal 116 354 274 103 0 24 7 242 121 76
Binary 1001110 11101100 10111100 1000011 0 10100 111 10100010 1010001 111110

Color Harmonies of #4EECBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EECBC

Black with #4EECBC

Text Example


Text Example

White with #4EECBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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