Html Css Color HEX #4EECB5 Turquoise

📋 copy color: '#4EECB5'

red 78 ◦ green 236 ◦ blue 181

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

Shades of Turquoise #4EECB5

Tints of Turquoise #4EECB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.57%

R = 15.76%
G = 47.68%
B = 36.57%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#4EECB5 (or 0x4EECB5) is known color: Turquoise. HEX triplet: 4E, EC and B5. RGB value is (78,236,181). Sum of RGB (Red+Green+Blue) = 78+236+181=495 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.76% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 236 - color contains mainly: green. Hex color #4EECB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EECB5 is #B1134A. Grayscale: #B6B6B6. Windows color (decimal): -11604811 or 11922510. OLE color: 11922510.

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

Color convert

RGB 78 236 181 -
CMYK 0.67 0 0.23 0.07
HSL 159.11º 0.81% 0.62% -
HSV(B) 159.11º 0.67% 0.93% -
XYZ 41.48 64.95 54.07 -
YUV 182.49 127.15 53.47 -
System Red Green Blue C M Y K H S L
Decimal 78 236 181 0.67 0 0.23 0.07 159.11 0.81 0.62
Hex 4E EC B5 43 0 17 7 9F 51 3E
Octal 116 354 265 103 0 27 7 237 121 76
Binary 1001110 11101100 10110101 1000011 0 10111 111 10011111 1010001 111110

Color Harmonies of #4EECB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EECB5

Black with #4EECB5

Text Example


Text Example

White with #4EECB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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