Html Css Color HEX #4EECBF Turquoise

📋 copy color: '#4EECBF'

red 78 ◦ green 236 ◦ blue 191

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

Shades of Turquoise #4EECBF

Tints of Turquoise #4EECBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.82%

R = 15.45%
G = 46.73%
B = 37.82%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#4EECBF (or 0x4EECBF) is known color: Turquoise. HEX triplet: 4E, EC and BF. RGB value is (78,236,191). Sum of RGB (Red+Green+Blue) = 78+236+191=505 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.45% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #4EECBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EECBF is #B11340. Grayscale: #B7B7B7. Windows color (decimal): -11604801 or 12577870. OLE color: 12577870.

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

Color convert

RGB 78 236 191 -
CMYK 0.67 0 0.19 0.07
HSL 162.91º 0.81% 0.62% -
HSV(B) 162.91º 0.67% 0.93% -
XYZ 42.54 65.37 59.67 -
YUV 183.63 132.15 52.66 -
System Red Green Blue C M Y K H S L
Decimal 78 236 191 0.67 0 0.19 0.07 162.91 0.81 0.62
Hex 4E EC BF 43 0 13 7 A3 51 3E
Octal 116 354 277 103 0 23 7 243 121 76
Binary 1001110 11101100 10111111 1000011 0 10011 111 10100011 1010001 111110

Color Harmonies of #4EECBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EECBF

Black with #4EECBF

Text Example


Text Example

White with #4EECBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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