Html Css Color HEX #4EECBE Turquoise

📋 copy color: '#4EECBE'

red 78 ◦ green 236 ◦ blue 190

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

Shades of Turquoise #4EECBE

Tints of Turquoise #4EECBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 15.48%
G = 46.83%
B = 37.7%

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

#4EECBE (or 0x4EECBE) is known color: Turquoise. HEX triplet: 4E, EC and BE. RGB value is (78,236,190). Sum of RGB (Red+Green+Blue) = 78+236+190=504 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.48% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #4EECBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EECBE is #B11341. Grayscale: #B7B7B7. Windows color (decimal): -11604802 or 12512334. OLE color: 12512334.

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

Color convert

RGB 78 236 190 -
CMYK 0.67 0 0.19 0.07
HSL 162.53º 0.81% 0.62% -
HSV(B) 162.53º 0.67% 0.93% -
XYZ 42.43 65.33 59.09 -
YUV 183.51 131.65 52.74 -
System Red Green Blue C M Y K H S L
Decimal 78 236 190 0.67 0 0.19 0.07 162.53 0.81 0.62
Hex 4E EC BE 43 0 13 7 A3 51 3E
Octal 116 354 276 103 0 23 7 243 121 76
Binary 1001110 11101100 10111110 1000011 0 10011 111 10100011 1010001 111110

Color Harmonies of #4EECBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EECBE

Black with #4EECBE

Text Example


Text Example

White with #4EECBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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